Post

Replies

Boosts

Views

Activity

Reply to MacOS App Core Data app is stuck in "This NSPersistentStoreCoordinator has no persistent stores (schema mismatch or migration failure). It cannot perform a save operation."
Another question that comes up is that over the course of 4 years we have on occasion had MacOS users that complain that their app keeps crashing and they can't use it anymore, even if they delete the app entirely from their system. We have tried offering the advice to delete residual app files (sqlite and the other CloudKit ones which seem to stick around) For some users, this seems to work and others it doesn't work at all. What do we do about this?
Nov ’23
Reply to CoreData causing error running Mac App - Is there a way to reset app so it starts fresh?
I have been noticing this issue constantly during the development of my macOS app even after doing the migration steps correctly. The sql file seems to occasionally jump back to a previous version for no apparent reason. I've filed a ticket in feedback, got no reply and am pretty much ready to ask for code level support from Apple. Did you by any chance come by this specific issue in your development?
Nov ’23
Reply to Hiding / showing views via ZStack in a Live Activity not working
thanks @gcledat, there is no use of a timer here per se. Similar to the way that we can program a pause time using Text(timerInterval: dateRange, pauseTime: Date().addingTimeInterval(10), I would have thought we could also set an instruction for a specific date by using Task.sleep If that's not possible, it's very sad indeed. It would be nice to trigger a change in a Live Activity, especially knowing full well in advance a change that needs to happen. Probably what should happen, is Apple should provide is with the Timeline paradigm - the same that is used for regular Widgets
Dec ’22
Reply to 'Is trial period' in a receipt locally
I am validating the receipt locally on a Mac App, I would have assumed that field 1719 (introductory offer period) does imply the free trial.. should it not? I have noticed that field 1719 is never 1 in sandbox, however while testing through the local Xcode configuration (StoreKit testing), I have seen 1719 come back as 1! Can I expect 1719 to come back as true in production or no? What is the best way to determine if the user is eligible for a free trial otherwise when parsing the receipt locally?
Jan ’21