Hi,
I am evaluating the ultimate suite using a trial version . Ihave created a sample App using AppMap (replicated the one on video).
Everything works fine except the Exception Thrown when exiting the app and it is consistent even on new apps. any idea what causes it ?
btw, there is no indication where this is happening : An unhandled exception occured. occurred.
thanks
Souheil C,
Is the AppMap crashing or is your application crashing?
How are you exiting the application?
Is your Main Page a Master Detail? If so, are you using the Android back button to exit the app using the emulator or Android device? If so, this is a known Xamarin issue on Android.
Can you please use the AppMap to create an app with a single content page and see if you get the same crash.
Hi.
you're right
1 - AppMap generated App creashes and not AppMap
2 - No, my mainpage is not a MasterDetail, it's a ContentPage
3 - Yes, i am using the hardware backButton to exit. it crashes
- when in Debug mode on both emulator and device
- only on emulator when not debugging
4 - One page only app does not crash. it appears that it's related to the MasterDetails as you said.
if the hardware button exit is part of the issue, is there a workaround to it until the issue is fixed ?
just as curiosity , why does the problem not happen with the masterdetails form when using the prismlibrary templates whic is the same framework used by AppMapp ? it looks like the issue is coming from the the way baseviewmodel is wiring the navigation service.
thank you for your assistance.
Souheil.