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.
Post
Replies
Boosts
Views
Activity
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.
I'm wondering that too!
waiting for review: 7 days
in review: 2 days
i don’t know how long it will take. I think new app submission experience screwed up all the review process :)
Someone asked same question. Looks like a bug.
Fill notification server urls (even some random domains works)
Finally solved in Xcode 13!
They released new app submission method on appstore connect. I believe it broke some of the working features.
@Ponkly I read what's new in 14.5.1 and you're right. Looks like it's a hotfix just for this issue.
Trying now, hopefully it'll resolve it.
I think this happens with the following steps Have a phone with 14.4 (or less)
Enable ad limiting
Update to 14.5
Disable ad limiting
From now on, even with new installed apps, you will not see ATT popup
Just updated to 14.5. Still not working...
@gilby, I was going to say that.
I can't believe they rolled out a buggy feature to production. My phone doesn't show ATT dialog after a fresh 14.5 update...
Looks like ATT will be a huge headache on developer side.
Dear apple, setting all installed apps to Denied is not the plausible solution and looks like makes them in unresolved state.
At the moment, my dev phone is my personal phone. There is no way I would reset my personal phone to factory settings.
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!
After a few months, nothing has changed. I think it was after xcode update.It became slower and uploading progress jumps from 0% to 100% and stuck there for a long period of time.It doesn't show the progress of how much it's uploaded
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.