'Getting MAM Enabled: No , when i upload the apk to company portal
I have integrated Intune SDK into my application. When i upload the apk to Azure company portal. Getting error as MAM Enabled:No So kindly advise how to resolve it
Earlier I had uploaded the app into the company portal with package name as com.anandtest.intune. Although i didnt receive any MAM enabled "No" ERROR.
{ "client_id" : "62cde6e7-bazf-48ar-950e-57ct9ccbbae4", "authorization_user_agent" : "DEFAULT", "redirect_uri" : "msauth:// com.anandtest.intune/Bi6pAfyxv71aWf%2BFrIiftyQ6yM4%3D", "authorities" : [ { "type": "AAD", "audience": { "type": "AzureADMyOrg", "tenant_id": "63de7d59-2yte-42cw-a8cd-br7u4cff5eb6" } } ] }
But when I upload the app with com.anand.intune package, getting the MAM enabled:NO error
{ "client_id" : "76cde78f-91z5-64ar-201e-57ct9rrttfw7", "authorization_user_agent" : "DEFAULT", "redirect_uri" : "msauth:// com.anand.intune/Bi6pAfyxv71aWf%2BFrIiftyQ6yM4%3D", "authorities" : [ { "type": "AAD", "audience": { "type": "AzureADMyOrg", "tenant_id": "63de7d59-2yte-42cw-a8cd-br7u4cff5eb6" } } ] }
Here although the tenant id is same in both packages but the client id is different
Solution 1:[1]
Getting error as MAM Enabled:
Based on the MICROSOFT DOCUMENTATION:-
It seems you have MAM enabled ,
If you choose not to send SDK telemetry data to Microsoft Intune from your app, you must disable telemetry transmission by setting the property
MAMTelemetryDisabled
to"YES"
in theIntuneMAMSettings
dictionary
For more information please refer this MICROSOFT DOCUMENTATION|Troubleshooting app protection policy user issues.
Sources
This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.
Source: Stack Overflow
Solution | Source |
---|---|
Solution 1 | AjayKumarGhose-MT |