Post

Replies

Boosts

Views

Activity

CoreData saving under wrong app name.
I have many apps published on the app store however I have one that is saving it's core data under a different one's app name. I don't know how else to describe the issue. So I have an app called AppB let's say. This app uses CoreData/Cloudkit and works perfect. I also have an app called AppA and it also works very well. However, AppA is saving it's CoreData with the title "AppB". So under iCloud/Manage iCloud Storage on a device it says "AppB" with AppB's icon even, but is actually AppA's storage. Everything is working but it obviously confuses customers and I would love to know how this can even happen.
0
0
489
Mar ’23
ShareLink with AttributedString
The new ShareLink works great and saves a ton of code but I can't seem to get it to work with an attributedstring even though documentation indicates it should as attributedstring conforms to transferrable. So for example: //This works fine. ShareLink(item: "test") //But this doesn't. ShareLink(item: AttributedString("test")) Error instantly pops up "No exact matches in call to initializer".
1
0
954
Feb ’23
@Query SortDescriptor with a Boolean
I cannot figure out how to sort a SwiftData query based on a boolean value. My sort works perfectly well for a string, date, int, etc. But crashes with a boolean.
Replies
1
Boosts
1
Views
801
Activity
Oct ’23
CoreData saving under wrong app name.
I have many apps published on the app store however I have one that is saving it's core data under a different one's app name. I don't know how else to describe the issue. So I have an app called AppB let's say. This app uses CoreData/Cloudkit and works perfect. I also have an app called AppA and it also works very well. However, AppA is saving it's CoreData with the title "AppB". So under iCloud/Manage iCloud Storage on a device it says "AppB" with AppB's icon even, but is actually AppA's storage. Everything is working but it obviously confuses customers and I would love to know how this can even happen.
Replies
0
Boosts
0
Views
489
Activity
Mar ’23
ShareLink with AttributedString
The new ShareLink works great and saves a ton of code but I can't seem to get it to work with an attributedstring even though documentation indicates it should as attributedstring conforms to transferrable. So for example: //This works fine. ShareLink(item: "test") //But this doesn't. ShareLink(item: AttributedString("test")) Error instantly pops up "No exact matches in call to initializer".
Replies
1
Boosts
0
Views
954
Activity
Feb ’23