msintuneappsdk/intune-app-sdk-xamarin

Integrated Intune SDK for Android not working as intended (Xamarin.Forms)

quantumarun opened this issue · 1 comments

My Application is based on Xamarin.Forms and i have followed the guide at https://docs.microsoft.com/en-us/intune/app-sdk-xamarin to integrate Intune SDK for both iOS and Android. iOS integration is successful as on launching the application it first launches the AD Login Page and then if i have set the minimum OS version in Protection Polices then it throws out an alert and dismisses the app.

But in case of Android, the application launches right away. No Login and No alert if version is less then minimum version. Am i missing anything here?

How do we confirm if Intune SDK is successful?

When i upload to Intune it shows that its MAM enabled.
screen shot 2019-01-28 at 11 02 11 am

Found the solution. This issue can be closed.
Missed to mention the meta-data in manifest file. For others facing this kind of issue check if meta-data in manifest file.