Post

Replies

Boosts

Views

Activity

Reply to SwiftData with CloudKit failing to migrate schema
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.
Sep ’24
Reply to Multiple Y axis in single chart?
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) }
Topic: UI Frameworks SubTopic: SwiftUI Tags:
Jul ’22
Reply to Regarding account deletion feature in our app
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."
Jul ’22
Reply to Icon composer icon contains alpha channel upload error
I've been getting this issue too, and after weeks of checking the forums and being told it would be resolved by release, it's very frustrating to spend hours trying different things now the RC is out and it's still failing. As mentioned by others, removing the blur from an SVG near the edge fixed it for me.
Replies
Boosts
Views
Activity
Sep ’25
Reply to SwiftData with CloudKit failing to migrate schema
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.
Replies
Boosts
Views
Activity
Sep ’24
Reply to Multiple Y axis in single chart?
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) }
Topic: UI Frameworks SubTopic: SwiftUI Tags:
Replies
Boosts
Views
Activity
Jul ’22
Reply to Regarding account deletion feature in our app
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."
Replies
Boosts
Views
Activity
Jul ’22
Reply to how to get artist image in the apple music
I'd also like to know the answers to this, or suggested workaround!
Topic: Media Technologies SubTopic: General Tags:
Replies
Boosts
Views
Activity
Nov ’21
Reply to Can you get an Album from a Song with MusicKit?
Thanks Joe, looks great! Very helpful, can't wait to use them.
Topic: Media Technologies SubTopic: General Tags:
Replies
Boosts
Views
Activity
Jul ’21
Reply to Where is the Focus Status API
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
Topic: App & System Services SubTopic: General Tags:
Replies
Boosts
Views
Activity
Jun ’21