@ziggmike Does changing the prefix not reset the data for existing apps though?
Post
Replies
Boosts
Views
Activity
While on this topic, will it become available in production this fall?
@allyLuna ah yes that would be the reason! StoreKit configuration is only for testing in the local environment, so you will need to use sandbox
@hsc101 no worries - glad it helped! :)
@allyLuna Unfortunately I'm not familiar with Objective C but below is the Swift equivalent. Have you tried leaving options empty or nil?
let receiptData = try? Data(contentsOf: receiptUrl).base64EncodedString()
It worked for a while, but started happening again. Not sure if it's a separate issue.
https://developer.apple.com/forums/thread/760548