microsoftconnect/intune-app-wrapping-tool-ios

Missing in documentation

Dzysta opened this issue · 4 comments

Documents says that he application needs to have appropriate entitlements in order to be wrapped but there is no link or document what exactly it should be

Hi @Dzysta, entitlements are specific to an app’s capabilities. The app developer should know what entitlements are required for their app.

Hi @Kyle-Reis
Below you can find the error which i get when i'm trying to wrap the app

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 'appname' 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.

Hey @Dzysta, this is the one exception. If the wrapping tool detects that the app supports opening files sent from other apps, It attempts to inject an additional extension into to the app which can handle incoming managed data. This new extension must be signed, using the entitlements specified in the warning.

Note: We recently found an issue with this extension which may prevent the app from installing successfully on your device after being wrapped. We have a fix for this in review now.

@Dzysta, the issue I referenced above should be addressed with our latest release (12.6.1)