VolodaUa

Results 29 comments of VolodaUa

Hi @moljac, Thanks for update. I'm going to check this library and let you know whether it works.

https://developer.apple.com/forums/thread/117256 looks like iOS considers "When in use" action like partially granted for Always. After some time(after location monitoring event like BLE beacon region detection) iOS will ask user to...

I attached expected result from iOS as it works there. Similar I would like to see on Android.

The workaround was found. I found that the control uses SKGLView for drawing on Android. Replacing to SKCanvasView helped to fix the issue. iOS uses it and it works well....

Can someone review this pull request? This issue is the blocker for a lot of users who can't use "withFragment" method. I see you added as the reviewer @shoatman @shahzaibj...

I found the workaround. Just create the same class in your project with the same package and Java runtime will use your class instead.

@ravindu-edg Hi, If i am not mistaken, you can reach the desired result by using this function - forAccount. The account you can get from library (application class) https://learn.microsoft.com/en-us/java/api/com.microsoft.identity.client.tokenparameters.builder?view=azure-java-stable#com-microsoft-identity-client-tokenparameters-builder-foraccount(iaccount)

@negoe Sorry for mentioned you. This issue is critical for our customer future release. Could someone from team to take a look?

Looks like the pull request is created but haven't reviewed for long time: https://github.com/AzureAD/microsoft-authentication-library-common-for-android/pull/1704

> +1 on this I found the workaround. Just create the same class in your project with the same package and Java runtime will use your class instead. Please take...