Hi~
I always set "Automatically release this version after App Review, no earlier than" for my app, and the release date usually be "Monday 2:00 PM (GMT +8)".
But most of the time even my app is getting approved before the date I set, it's still not being released automatically.
Please give me a hand to figure out what's wrong, thank you.
Selecting any option will automatically load the page
Post
Replies
Boosts
Views
Activity
Hello there~
I just got an app submission rejected and the reason is app crashed on launch (exhausted real time allowance of 19.74 seconds). However, I cannot reproduce the crash on my iPad 6th, iOS 17.5.1 (same OS version used by the reviewer) with app built by Xcode 15.2 and Xcode 15.4.
After I reviewed the logs, I found the last method we called is CNCopyCurrentNetworkInfo, it triggered a series of method invocations , then crashed. But I cannot remove CNCopyCurrentNetworkInfo directly, since I need to get some value from NetworkInfo. So I'm not sure how to solve this issue.
Please give me some advices, thanks!