Post

Replies

Boosts

Views

Activity

Reply to Apps "In Review" for long time
Same here... app id 629019487, iOS app have been stuck "In Review" for days. When I contacted @AppReview - got a response "I can confirm that your app is in the "Ready for Sale" status on the App Store as of Sep 8, 2022.", but that's macOS app, and not iOS app that was approved on Sep 8, 2022. Any help would be appreciated @Andreas, as this update fixes a crash that really bugs my users.
Sep ’22
Reply to NSUbiquitousKeyValueStore is locking main thread on iOS 16 beta 3
I'm calling NSUbiquitousKeyValueStore.default.synchronize on app entering foreground like its suggested in https://developer.apple.com/documentation/foundation/nsubiquitouskeyvaluestore/1415989-synchronize, and its doing it async on another thread, then I'm trying to access an object via NSUbiquitousKeyValueStore.default.object:forKey: and the app gets stuck cause I'm doing it on main thread. @eskimo FB11037643
Aug ’22