We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Cc: @matt-goldman-ssw @sethdaily
Hi team
We're seeing the odd Microsoft.Maui.ApplicationModel.FeatureNotSupportedException crash on Android in AppCenter:
https://appcenter.ms/orgs/SSW.MobileApps/apps/RewardsMAUI-3/crashes/errors/3859747170u/overview
Stack trace:
Microsoft.Maui.ApplicationModel.BrowserImplementation.LaunchExternalBrowser(BrowserLaunchOptions , Uri ) Microsoft.Maui.ApplicationModel.BrowserImplementation.OpenAsync(Uri , BrowserLaunchOptions ) Microsoft.Maui.ApplicationModel.BrowserExtensions.OpenAsync(IBrowser , Uri , BrowserLaunchMode ) SSW.Rewards.Mobile.ViewModels.ProfileViewModelBase.OpenLinkedInProfile() CommunityToolkit.Mvvm.Input.AsyncRelayCommand.AwaitAndThrowIfFailed(Task ) System.Threading.Tasks.Task.<>c.<ThrowAsync>b__128_0(Object state) Android.App.SyncContext.<>c__DisplayClass2_0.<Post>b__0() Java.Lang.Thread.RunnableImplementor.Run() Java.Lang.IRunnableInvoker.n_Run(IntPtr jnienv, IntPtr native__this) Android.Runtime.JNINativeWrapper.Wrap_JniMarshal_PP_V(_JniMarshal_PP_V callback, IntPtr jnienv, IntPtr klazz)
Thanks!
The text was updated successfully, but these errors were encountered:
zacharykeeping
Successfully merging a pull request may close this issue.
Cc: @matt-goldman-ssw @sethdaily
Hi team
Describe the Bug
We're seeing the odd Microsoft.Maui.ApplicationModel.FeatureNotSupportedException crash on Android in AppCenter:
https://appcenter.ms/orgs/SSW.MobileApps/apps/RewardsMAUI-3/crashes/errors/3859747170u/overview
Stack trace:
Microsoft.Maui.ApplicationModel.BrowserImplementation.LaunchExternalBrowser(BrowserLaunchOptions , Uri ) Microsoft.Maui.ApplicationModel.BrowserImplementation.OpenAsync(Uri , BrowserLaunchOptions ) Microsoft.Maui.ApplicationModel.BrowserExtensions.OpenAsync(IBrowser , Uri , BrowserLaunchMode ) SSW.Rewards.Mobile.ViewModels.ProfileViewModelBase.OpenLinkedInProfile() CommunityToolkit.Mvvm.Input.AsyncRelayCommand.AwaitAndThrowIfFailed(Task ) System.Threading.Tasks.Task.<>c.<ThrowAsync>b__128_0(Object state) Android.App.SyncContext.<>c__DisplayClass2_0.<Post>b__0() Java.Lang.Thread.RunnableImplementor.Run() Java.Lang.IRunnableInvoker.n_Run(IntPtr jnienv, IntPtr native__this) Android.Runtime.JNINativeWrapper.Wrap_JniMarshal_PP_V(_JniMarshal_PP_V callback, IntPtr jnienv, IntPtr klazz)
Tasks
Acceptance Criteria
More Information
Environment
Thanks!
The text was updated successfully, but these errors were encountered: