Getting MAM Enabled: No , when i upload the Android app (apk) to company portal

Copper Contributor

I have integrated Intune SDK into my application. When i upload the apk to Azure company portal. Getting error as MAM Enabled:No 

 

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

 

Kindly assist in resolving the issue

0 Replies