Hi all,
We have a problem with our application.
After iOS update to 7.1 few users send to us information that application didn't starts. I've checked this and after few tests I had a result - 1 in 4 devices lost possibility to open app. One missing thing was missing provisioning profile (it's enterprise ad-hoc distribution via MacOS X Server Profile Manager) - and this is first question - anyone of you have the same issue?
Second problem is more complicated. Without any changes in code application is closing after one operation. Problem is really big because I can't catch this. In iOS Simulator I have an issue linked to Main function where I only open our app (AppDelegate, without any additional lines of code). Exception Type - SIGSEGV.
Next tests were on devices (iPad 4 and iPad Air) with iOS 7.1. When I'm debugging application it is closing without any error in Output Window in Xamarin Studio. But when I'm connecting devices to console in XCode I have full crash log with details (I can attach this here if you need). But there is only information about problem in Main function (stack trace) and Exception Type: EXC_BAD_ACCESS (SIGABRT) Exception Subtype: KERN_INVALID_ADDRESS at 0x414615a6.
I have tested app in Instruments from XCode. There is no memory leak detected by this tool.
Final question about second problem: Is there another possibility to get a full stacktrace of this error? Is there a list of unsupported methods/classes in iOS 7.1 in comparision with iOS 7.0?
Ask me for whatever you need to help me in this case. Thanks for all answers in advance!
Best Regards