When I try to integrate Mobile Center Analytics/Crashes, I received SIGABRT error.
I have a Xamarin.Forms project. The project works fine without Mobile Center Analytics/Crashes component but, when I use this line of code it throws the below error.
MobileCenter.Start(typeof(Analytics), typeof(Crashes));
MobileCenter.Configure("{ app-secret-key }");
"Got a SIGABRT while executing native code. This usually indicates a fatal error in the mono runtime or one of the native libraries used by your application."
I have followed this link to integrate Mobile Center to my Xamarin.Forms project.
Any help will be appreciated. Thanks in advance.
I have solved this bug by upgrading XamarinStudio, Xamarin.iOS and Xcode. Thanks to mobile-center support...