Posts

Post marked as solved
1 Replies
2.1k Views
Hi,everyone I use CloudKit + CoreData to store data. It works normally during the test, but when I log in to CloudKit Dashboard, there is no record here, but there is a record of device access in the log. In addition, the icloud account and development account I used in the test are not the same account. Will this have an impact? Thank you.
Posted Last updated
.
Post not yet marked as solved
0 Replies
960 Views
I want to disable the window resize of my Mac catalyst app,I try a code, but it error. I tried codes: UIWindowScene?.sizeRestrictions!.minimumSize = CGSize(width: 1080, height: 1024) UIWindowScene?.sizeRestrictions!.maximumSize = CGSize(width: 1080, height: 1024) Does anyone have any other code to implement it? Thanks.
Posted Last updated
.
Post not yet marked as solved
6 Replies
1.1k Views
My In-App Purchase code runs normally on iOS and iPadOS, and can be purchased. However, the app built by Mac Catalyst cannot obtain price or purchase on macOS, and Xcode does not report an error. My app runs normally except In-App Purchase.What should I do?Who can give me some advice?Thanks.
Posted Last updated
.