Skip to content
New issue

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

🐛 Bug | Mobile | FeatureNotSupportedException crash on Android #1062

Closed
3 tasks done
zacharykeeping opened this issue Sep 26, 2024 · 0 comments · Fixed by #1104
Closed
3 tasks done

🐛 Bug | Mobile | FeatureNotSupportedException crash on Android #1062

zacharykeeping opened this issue Sep 26, 2024 · 0 comments · Fixed by #1104
Assignees

Comments

@zacharykeeping
Copy link
Member

zacharykeeping commented Sep 26, 2024

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

  • Investigate
  • Fix

Acceptance Criteria

More Information

Environment

  • OS: Android OS 14

Thanks!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant