CLLocationButton not work for Chinese Simplified localization.
Post
Replies
Boosts
Views
Activity
I used StoreKit 2 to implement in-app purchases (maybe it was a wrong choice). It performed perfectly during the development and testing phases, but when I submitted the App for review, the products could not be loaded.
I checked the configuration and code many times, and used TestFlight to test on multiple devices, but the problem was not reproduced.
It is now suspected to be a problem with the StoreKit 2 and App Review environment.
I submitted a feedback using Feedback Assistant: FB9809466.
Now, I don’t know what I should continue to do to help myself solve the current dilemma.
Maybe I should use the old version of StoreKit to refactor everything?
Now, when using NSPersistentCloudKitContainer.share(_ managedObjects: [NSManagedObject], to share: CKShare?), A deep traversal will be performed among the objects and any related objects will also be shared.
For example, if there are 100 posts with the same tag, I shared one of them, and the remaining 99 will be shared at the same time.
Is there any way to control whether the relationship should be shared?