James Montemagno
James Montemagno
@chsienki based on this, seems like what we need to do is update the docs when ready and say that it is supported through .NET Standard libraries
I do know that the open website command of the built in website does work when i have my custom scheme set.
For Visual Studio 2019 version 16.1.2 will have the fix in it to make things work again. There is no support for Visual Studio for Mac currently.
Oh interesting.... let me ask the team :)
What is the error you are getting? I thought they only changes "ManageExternalStorage" not "ReadExternalStorage" https://developer.android.com/about/versions/11/privacy/storage from what I see it is when you want to write to external storage,...
So, it looks like something you are using is doing "MANAGE_EXTERNAL_STORAGE". Double check your AndroidManifest and for any assembly exports you may have setup. it could also be another 3rd...
I am not sure, need to open an issue over on Essentials and have the team look into it. I think you already did that though so the team will...
The intent filters should be specified such as https://github.com/jamesmontemagno/app-monkeys/blob/master/MonkeysApp/Activities/MainActivity.cs#L19-L52 DataScheme == http and http and then the DataHost is your main site with and without www.
MSAL is the one providing the web backend that handles all the redirects. That is why we recommend that route if using Azure AD or B2C. If you aren't then...
Yes, seeing this today with my app as well :(