Forum Discussion
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 entitlements set before being processed by the Intune App Wrapping Tool."
But there is no information which entitlements are required in order to make it work.
When i execute process i get following error:
Warning: WARNING: This application supports opening one or more file types, but does not have the appropriate entitlements to be supported with Intune APP. An additional provisioning profile needs to be specified using the -x command line argument. This profile must have a wildcard application-identifier or must have an application-identifier of 'domain.name.AppName.IntuneOpenInAction' and must contain at least one application group which is shared with the main application. If this profile is not specified, other Intune APP enabled applications will not be able to send files to this application
I'm looking for those appropriate entitlements but no luck.
3 Replies
- Suraj_potphodeCopper Contributor
Hey PawDe,
Did you find any solution for this problem? If yes, could you please share it here.
- PawDeCopper ContributorHi,
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_potphodeCopper ContributorSure, Thanks!