Post

Replies

Boosts

Views

Activity

Reply to Address size fault crash on iPhone 12 (built w/ React Native)
I can see some methods and interfaces starting with RCT*** meaning that you have a react native app. The exception is thrown at RCTFatal + 668 (RCTAssert.m:146) so I guess it asserts ie checks some of the codes in react native and then throws exception. You might have an undefined string passed to text component or string in a checkbox etc. This is most probably an exception from your react native code so i'd double check that.
Oct ’22
Reply to iOS 15 crashes
Having the same issue. I use Unity 2020.3.18f1 and stack trace looks like #0 (null) in __psynch_cvwait () #1 (null) in _pthread_cond_wait () #2 0x0000000109abd7cc in il2cpp::os::posix::PosixWaitObject::Wait(unsigned int, bool) () #3 0x0000000109ab5190 in il2cpp::os::Thread::Join() () #4 0x0000000109adb028 in il2cpp::vm::Thread::KillAllBackgroundThreadsAndWaitForForegroundThreads() () #5 0x0000000109ae81a8 in il2cpp::vm::Runtime::Shutdown() () #6 0x000000010939ab60 in CleanupIl2Cpp() () #7 0x00000001092b1740 in PlayerCleanup(bool) () #8 0x000000010967ce74 in UnityCleanup () #9 0x0000000108db2a20 in -[UnityAppController applicationWillTerminate:] at /..../build/ios/Classes/UnityAppController.mm:490 #10 (null) in -[UIApplication _terminateWithStatus:] () Although it doesn't affect user experience, I see many crashes on appstore connect page which leads to worse ASO so I need help if anyone has better understanding.
Jan ’22
Reply to xcode organizer uploading app stuck at 100%
I am the original author. I posted this issue about 1 year ago and nothing changed. I tried everything like posting here, filing an issue on radar etc but nothing helped. Classic apple, devs have always lower priority... I ended up using transporter. It uploads ~5 minutes and shows the actual progress imgur.com/a/WiKTzNN Oh, now you can't post urls here to show a screenshot after 1 year. What a progress!
Feb ’21
Reply to App stuck in review for a month
Apple has the worst developer ux experience among others.Reviews stuck somewhere and become forgotten.Although my app approved in a few hours, my in-app purchase item has been "in review" for 3 days.This is not normal because testing an in-app purchase should take no more than testing a whole app.The strange thing is, it shows "In Review" but when you click in-app purchase item details, it says "Approved".I send a bug report and asked the status but I had no feedbacks yet.PS: Apple forum doesn't send notifications, so if someone replies, you will not know that.
Apr ’20