Post

Replies

Boosts

Views

Activity

Reply to more 0x8BADF00D issue on iOS 15.4
The main thread is waiting for the _pthread_list_lock that is held by thread 82. And Thread 82 seems paused by the JavaScript scavenger thread 2, thread 2 also called pthread_mach_thread_np. In this situation, the _pthread_list_lock will not unlock. The app will be force killed by the watchdog. By the way, thread 82 is created by the gcd queue. If we do not use the gcd queue will avoid the issue. Does apple notice the serious bug? Some implementation changes on iOS15.4 may lead to the issue, such as the JavaScript scavenger? Hope apple fix the system issue quickly.
Topic: Safari & Web SubTopic: General Tags:
Mar ’22
Reply to more 0x8BADF00D issue on iOS 15.4
Please post a full crash report for this. Recently we have taken a lot of time to analyze the issue of our app. But this issue only happens on iOS15.4. With the upgrade of iOS15.4, we're getting more and more crashes reports. We both think it should be a serious system bug. Refer to the full crash report in the attachment ('...' means I removed some stack of our image). Does anyone else has met the same issue? full_crash.log
Topic: Safari & Web SubTopic: General Tags:
Mar ’22
Reply to upload Screenshots keep failed on the App Store
It is evident from the web browser console that the issue is with Apple, but it is concerning that it has not been fixed for such a long time. The stability and performance are worrisome.
Replies
Boosts
Views
Activity
Apr ’23
Reply to Can not upload screenshots
I've been having trouble uploading images to the Apple Store for a long time, it's unbelievable.
Replies
Boosts
Views
Activity
Apr ’23
Reply to iOS app crashed on iOS 16
+1
Topic: Graphics & Games SubTopic: General Tags:
Replies
Boosts
Views
Activity
Oct ’22
Reply to quickly repeating cold launch app that includes all the system app may crash
All apps may crash using above steps.
Topic: App & System Services SubTopic: Core OS Tags:
Replies
Boosts
Views
Activity
Oct ’22
Reply to iOS app scene-update watchdog transgression by the watchdog unexpectedly, code:0x8BADF00D
Ignoring the SIGPIPE signal seems to lead the app to meet the app killed by the watchdog. signal(SIGPIPE, SIG_IGN);
Topic: App & System Services SubTopic: Core OS Tags:
Replies
Boosts
Views
Activity
Sep ’22
Reply to CGImageCreate API returns nil in some cases on iOS 16 beta version
@eskimo Could you please take a look at this issue? Thanks.
Topic: Media Technologies SubTopic: General Tags:
Replies
Boosts
Views
Activity
Jun ’22
Reply to App Store Connect API for Enterprise accounts
We also need this feature, expect apple can support it.
Replies
Boosts
Views
Activity
Mar ’22
Reply to more 0x8BADF00D issue on iOS 15.4
The main thread is waiting for the _pthread_list_lock that is held by thread 82. And Thread 82 seems paused by the JavaScript scavenger thread 2, thread 2 also called pthread_mach_thread_np. In this situation, the _pthread_list_lock will not unlock. The app will be force killed by the watchdog. By the way, thread 82 is created by the gcd queue. If we do not use the gcd queue will avoid the issue. Does apple notice the serious bug? Some implementation changes on iOS15.4 may lead to the issue, such as the JavaScript scavenger? Hope apple fix the system issue quickly.
Topic: Safari & Web SubTopic: General Tags:
Replies
Boosts
Views
Activity
Mar ’22
Reply to more 0x8BADF00D issue on iOS 15.4
Please post a full crash report for this. Recently we have taken a lot of time to analyze the issue of our app. But this issue only happens on iOS15.4. With the upgrade of iOS15.4, we're getting more and more crashes reports. We both think it should be a serious system bug. Refer to the full crash report in the attachment ('...' means I removed some stack of our image). Does anyone else has met the same issue? full_crash.log
Topic: Safari & Web SubTopic: General Tags:
Replies
Boosts
Views
Activity
Mar ’22
Reply to iOS in-house app upgrade install failed with strange cancel error
2022-01-27 22:34:22.107373 +0800 tccd LS says com.***.yyy was uninstalled but now we have found it is still installed. What does this mean?
Replies
Boosts
Views
Activity
Jan ’22
Reply to Signature Version Unsupported, reason: Signature version no longer supported
I upgraded macOS to 11.3 and installed Xcode13 beta version, and resign the enterprise app, it seems to works.
Replies
Boosts
Views
Activity
Jun ’21
Reply to Signature Version Unsupported, reason: Signature version no longer supported
I notice this change https://developer.apple.com/documentation/xcode/using-the-latest-code-signature-format My app code sign version is CodeDirectory v=20400
Replies
Boosts
Views
Activity
Jun ’21