Post

Replies

Boosts

Views

Activity

Reply to StoreKit Configuration: how to reset testing state?
I was able to track down the files in question, in case anyone else in the future needs to know. For StoreKit testing on Mac catalyst, check the directory: ~/Library/Caches/com.apple.appstoreagent/Octane The sqlite file store.db contains a table octane_transaction with the transactions in question, and I was able to delete my 23,000 test transactions from it.
Topic: App & System Services SubTopic: StoreKit Tags:
Oct ’21
Reply to StoreKit Configuration: how to reset testing state?
Of course you can delete transactions with the UI, perhaps many at a time, but I had 23,000 transactions to remove and the UI couldn't handle deleting them in that kind of bulk. It would lock up/crash. The only way to restore it to its virgin state was to just trash the store.db file.
Topic: App & System Services SubTopic: StoreKit Tags:
Replies
Boosts
Views
Activity
Apr ’22
Reply to Catalyst symbol assets lost in app thinning after App Store Connect upload
Submitted as FB9790739. Thank you!
Topic: App & System Services SubTopic: General Tags:
Replies
Boosts
Views
Activity
Dec ’21
Reply to Catalyst symbol assets lost in app thinning after App Store Connect upload
It is a Mac Catalyst app. The app runs on macOS 12, it does not require an M1.
Topic: App & System Services SubTopic: General Tags:
Replies
Boosts
Views
Activity
Nov ’21
Reply to StoreKit Configuration: how to reset testing state?
I was able to track down the files in question, in case anyone else in the future needs to know. For StoreKit testing on Mac catalyst, check the directory: ~/Library/Caches/com.apple.appstoreagent/Octane The sqlite file store.db contains a table octane_transaction with the transactions in question, and I was able to delete my 23,000 test transactions from it.
Topic: App & System Services SubTopic: StoreKit Tags:
Replies
Boosts
Views
Activity
Oct ’21