tekmun
tekmun
Can this change make it into GA next week?
This change is not destructive, meaning that it will not affect systems that are working now. It just allows the MacCatalyst app to have the same functionality as the iOS...
Any updates on when the merging of this code into the main repository?
Any updates on when the merging of this code into the main repository? I understand maui is now a nuget package and we can use to download a nightly build....
It looks like the test case has been added and all checks have passed. Can the reviewers approve this request into the main branch?
The requested change has not been reflected in the main branch. Why is request marked as DONE?
In the code folder maui/src/Essentials/src/WebAuthenticator, there are two separate files for iOS/TVOS and macOS. The contents are quite different. Could this be the reason on macOS, the default web browser...
On line 73 in WebAuthenticator.ios.tvos.cs (https://github.com/dotnet/maui/blob/main/src/Essentials/src/WebAuthenticator/WebAuthenticator.ios.tvos.cs), there is an if condition. (OperatingSystem.IsIOSVersionAtLeast(12)) Could this be the reason why it does not open ASWebAuthenticationSession but the default browser on MacCatalyst?
This bug is blocking my submission to the AppStore for MacCatalyst. This if statement (OperatingSystem.IsIOSVersionAtLeast(12)) may be blocking the MacCatalyst app from utilising ASWebAuthenticationSession. Can this conditional statement be expanded...
Is there an update on this bug? I am unable to submit my app to the Mac Store. Kindly help. Thanks.