Muhammad Asad Baidar
Muhammad Asad Baidar
Here is a sample repository to test. https://github.com/asadbaidar/flutter_intune_project
Hi @SelaseKay, yes I logged it on native sdk repo. thank you for pointing it out.
Here is a sample repository to test. https://github.com/asadbaidar/flutter_intune_project
Hi @lehcar09 Thank you for looking into it. I just pushed a fix. please take the pull again and run clean. And no need to run flutterfire configure. as the...
Hi @lehcar09 I added the google-services.json for configuration. firebase app automatically pick those if not provided in flutter init. Secondly you need to install Intune company portal first in the...
> Hey @asad-baidar, thank you for your clarification. Per checking with our engineers, based on your logs, the cause of the exception is `Caused by: java.lang.ClassCastException: com.microsoft.intune.mam.client.content.MAMContext cannot be cast...
> @asad-baidar > > This may have something to do with android level API changes. What phone are you using, and what API level is it? @daymxn min API is...
Hi @lehcar09 , is there any update?
@lehcar09 you were right. I thought Flutter always uses `FlutterApplication` instead of `android.app.Application`, but it turns out it doesn’t so I can safely replace `name` tag with `com.microsoft.intune.mam.client.app.MAMApplication`. This fixed...