Posts

Post not yet marked as solved
2 Replies
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?
Post marked as solved
3 Replies
I'm having exactly the same issue, except that my Mac app has a traditional app delegate. Does anyone have any insights for how to resolve for this scenario?
Post not yet marked as solved
2 Replies
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
Post not yet marked as solved
1 Replies
It looks like the problem was actually to do with my viewModel not getting correctly re-initialized as it should have inside the NavigationSplitView. After fixing that part, this is now working fine.
Post not yet marked as solved
3 Replies
I have statically linked OpenSSL to my MacOS project, listing OpenSSL under Library search paths and Header Search Paths. Whenever I try to run unit tests, I get 'openssl/conf.h' file not found` Is there any solution for this?
Post marked as solved
12 Replies
I am having the exact same problem as @derekst991 what is the conclusion to this? Can I trust that after setting up my transaction observer and performing all the correct steps that updatedTransactions should get called in production even though this is failing with the sandbox?
Post not yet marked as solved
7 Replies
I am validating the receipt locally am never able to see the receipts getting updated on my Mac App when making purchases through the Xcode config (StoreKit testing). I'm surprised that this issue hasn't gained more attention. Is this feature broken?
Post not yet marked as solved
8 Replies
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?
Post not yet marked as solved
7 Replies
Has anyone found a solution to this? I'm on Xcode 12.3, and my Mac is on Big Sur. I've saved StoreKitTestCertificate.cer in my project and I've set the scheme to use the store kit test configuration, but when I call Bundle.main.appStoreReceiptURL there's still no file at that path. Is there something I'm missing?