Posts

Post marked as solved
4 Replies
Solved: In my development debug Scheme, I had a leftover StoreKit Configuration in the Scheme Options. The fix was to set StoreKit Configuration to "None". The latent StoreKit config was masking the App Store Connect products.
Post marked as solved
4 Replies
New information ... I made a text change to an existing subscription product. This does show when running the released app, but does not show in the development sandbox app. I tried clearing the app cache ("DerivedData"), restarted development machine, double-checked the bundle IDs. It appears that the App Store price changes are not propagating to the sandbox environment.
Post marked as solved
4 Replies
Hi App Store Commerce Engineer, Thanks for responding. I have submitted an FB: FB12654744
Post not yet marked as solved
3 Replies
Hopefully this may help ... I started with the Apple sample at: https://github.com/apple/cloudkit-sample-sharing Added SceneDelegate Setup SceneDelegate in AppDelegate and Plist Added SceneDelegate method for userDidAcceptCloudKitShareWith The method is now being called when the share link is tapped.
Post not yet marked as solved
8 Replies
FWIW, I've am also seeing the same problem: iOS 14.3 not receiving the NSMetadataQueryDidUpdate notification. However, moving to iOS 14.4 and XCode 12.4 has helped on an iPhone device. My app on iPhone iOS 14.4 is definitely getting notifications. OTOH, the same app on iOS 14.4 on an iPad is definitely *still not* getting notifications without a local change to the cloud. If I update iCloud documents on the iPad, a notification is recieved (NSMetadataQueryDidUpdate). So, for me, the "only" thing missing is a working NSMetadataQueryDidUpdate on an iPad w/14.4.
Post not yet marked as solved
3 Replies
Yes. wrong server change token used with identiical zone names. 503 went away after using correct tokens.Thanks.