Hi,
I have this app that I'm trying to release into the AppStore. Apple has been trying to run the app but has some problems running it on an iPad. It runs fine on iPhones. Have done testing on both and have never seen any problems that would help me conclude what Apple is talking about when they say that it's crashing on startup on an iPad. Both simulation and with real hardware was fine. Its not a heavy app. It's just showing data from lists ect. I have a symbolicated crash report (both from Insights and I also tried doing it my self...). I have no idea what this means. Searching the one keyword that I found in the file that might look like a clue was : wrapper_runtime_invoke_object_runtime_invoke_dynamic_intptr_intptr_intptr_intptr. That is something with memory I think. It might be something completely else of course.
0 libsystem_kernel.dylib pthread_kill (in libsystem_kernel.dylib) + 8
1 libsystem_c.dylib abort (in libsystem_c.dylib) + 140
2 MyApp_iOS print_exception(MonoObject*, bool, NSMutableString*) (in b9337029bbf932b88aef56d6c8a7dd9f) (runtime.m:787)
3 MyApp_iOS mono_invoke_unhandled_exception_hook (in b9337029bbf932b88aef56d6c8a7dd9f) (mini-exceptions.c:2733)
4 MyApp_iOS mono_handle_exception_internal (in b9337029bbf932b88aef56d6c8a7dd9f) (mini-exceptions.c:1737)
5 MyApp_iOS mono_handle_exception (in b9337029bbf932b88aef56d6c8a7dd9f) (mini-exceptions.c:1961)
6 MyApp_iOS mono_arm_throw_exception (in b9337029bbf932b88aef56d6c8a7dd9f) (exceptions-arm64.c:380)
7 MyApp_iOS rethrow_exception (in b9337029bbf932b88aef56d6c8a7dd9f) + 136
8 MyApp_iOS EasyBet_Client_iOS_Application_Main_string (in b9337029bbf932b88aef56d6c8a7dd9f) (Main.cs:23)
9 MyApp_iOS wrapper_runtime_invoke_object_runtime_invoke_dynamic_intptr_intptr_intptr_intptr (in b9337029bbf932b88aef56d6c8a7dd9f) + 244
10 MyApp_iOS mono_jit_runtime_invoke (in b9337029bbf932b88aef56d6c8a7dd9f) (mini.c:6674)
11 MyApp_iOS mono_runtime_invoke (in b9337029bbf932b88aef56d6c8a7dd9f) (object.c:2862)
12 MyApp_iOS mono_runtime_exec_main (in b9337029bbf932b88aef56d6c8a7dd9f) (object.c:4117)
13 MyApp_iOS xamarin_main (in b9337029bbf932b88aef56d6c8a7dd9f) (monotouch-main.m:407)
14 MyApp_iOS main (in b9337029bbf932b88aef56d6c8a7dd9f) + 96
15 libdyld.dylib start (in libdyld.dylib) + 4
Does anybody know what the problem is here? Symbolicating the crash log helped....a little. But I'm stuck. This output does not tell me where the problem is.
Please help me