You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Tapping notifications (e.g. push notifications) causes an app crash on Android when the app is started.
It is also no bug in Xamarin.Forms because the crash does not occur with a plain Xamarin.Forms solution, without MvvmCross.
Expected behavior
Tapping the notification starts the app without a crash.
Current behavior
Tapping the notification causes the exception below in MainActivity::OnCreate().
System.NotSupportedException: Unable to activate instance of type Xamarin.Forms.Platform.Android.PageRenderer from native handle 0x7fedad6424
🐛 Bug Report
Tapping notifications (e.g. push notifications) causes an app crash on Android when the app is started.
It is also no bug in Xamarin.Forms because the crash does not occur with a plain Xamarin.Forms solution, without MvvmCross.
Expected behavior
Tapping the notification starts the app without a crash.
Current behavior
Tapping the notification causes the exception below in
MainActivity::OnCreate()
.System.NotSupportedException: Unable to activate instance of type Xamarin.Forms.Platform.Android.PageRenderer from native handle 0x7fedad6424
Reproduction steps
Sample project: App1.zip
Configuration
Version: 6.2.2
Platform:
The text was updated successfully, but these errors were encountered: