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.
Selecting any option will automatically load the page
Post
Replies
Boosts
Views
Created
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.