Forum Discussion
PawDe
May 14, 2020Copper Contributor
Intune App Wrapping
Hi, Is there anyone who did it and can share experience? I've got : https://docs.microsoft.com/en-us/mem/intune/developer/app-wrapper-prepare-ios#setting-app-entitlements "The input app must have ...
PawDe
Mar 04, 2021Copper Contributor
Hi,
Those entitlements need to be set on application that you are wrapping. They are not mandatory. Turned out that my problem was caused by Apple account which i used to create certificate. Wraping will work only with certificate created in Enterprise Developer Account, you cannot use normal dev account.
Those entitlements need to be set on application that you are wrapping. They are not mandatory. Turned out that my problem was caused by Apple account which i used to create certificate. Wraping will work only with certificate created in Enterprise Developer Account, you cannot use normal dev account.
Suraj_potphode
Mar 04, 2021Copper Contributor
Sure, Thanks!