This didn't quite work for me despite fixing the crash, willMigrate is called and then didMigrate crashes before reaching even a print statement.
I flipped the advice, and it seems to be working for me now.
I create a container without CloudKit, and then once that works, if I need CloudKit then I create a new ModelContainer with the CloudKit configuration and return that. This way the migrations seem to always be applied. If anyone can come up with a better solution or any issues please let me know, it seems ok so far though.
Post
Replies
Boosts
Views
Activity
This will give you multiple set of basic axis that you can then customise, to show different scales for your sets of data. You may need to scale your data yourself so that the scales make sense etc!
Chart{
...
}
.chartXAxis {
AxisMarks(position: .top)
AxisMarks(position: .bottom)
}
.chartYAxis {
AxisMarks(position: .leading)
AxisMarks(position: .trailing)
}
If you can create an account in the app, you need to be able to delete an account from the app too.
"Starting June 30, 2022, apps submitted to the App Store that support account creation must also let users initiate deletion of their account within the app." -
from Offering account deletion in your app.
The App Store Review Guidelines also state this is required in section 5.1.1(v), under Privacy > Data Collection and Storage > Account Sign-In.
"If your app supports account creation, you must also offer account deletion within the app."
I'd also like to know the answers to this, or suggested workaround!
Thanks Joe, looks great! Very helpful, can't wait to use them.
Will this only be available in communications apps? I have a use case in a media app I am working on, to sync with or read the users focus status to change what is displayed
I'm having the same issue, would be great to confirm whether or not it is just a temporary issue on Apple's side or not!