microsoftconnect / intune-app-wrapping-tool-android

Use the Intune App Wrapping Tool for Android to enable Android apps to be managed by Microsoft Intune
29 stars 11 forks source link

App Installation fails from play store in Work profile #40

Closed prashant-nigam closed 3 years ago

prashant-nigam commented 4 years ago

I am adding a fix for Android 10 to add 'requestLegacyExternalStorage' tag for which I have to use the v1.0.2963.3 of intune wrapping tool. But after wrapping the application and publishing on play store. The app fails to install with message

The debug and release versions of the android app with Android 10 fix installs properly outside play store. When trying to removing the android 10 specific fix and wrapping with v1.0.2676.4 version of Intune wrapping tool and publishing on play store, the app installs successfully and works properly.

rygo-msft commented 4 years ago

@prashant-nigam, can you please provide more information on the issue your are seeing?

What is the failure message?

Does the installation failure occur if you wrap the known good version of the app with the latest app wrapper, or only when adding the requestLegacyExternalStorage flag?

prashant-nigam commented 4 years ago

@rygo-msft, message is "Can't install app". I have tried multiple combinations and failure occur when wrapping the good version of the app with latest wrapper with or without the requestLegacyExternalStorage flag.

2

prashant-nigam commented 3 years ago

This issue is fixed