-
Notifications
You must be signed in to change notification settings - Fork 795
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Upcoming changes to the App Store receipt signing certificate #684
Comments
Yes, Require any changes in existing apps? |
I found this but still not 💯 sure if this will effect SwiftyStoreKit...can anyone chime in? https://www.revenuecat.com/blog/engineering/app-store-receipt-signing-certificate-changes-in-2023/ |
Surely it would be best to hear from the author, but here is some analysis from my side: The linked Apple document states:
|
I'm not sure if its related but seems coincidental that this went into place January 18, 2023 and today January 26, 2023 when calling update: a few minutes later I am not getting this error in the sandbox anymore, but if I download my app from the store its fully unlocked - which could only happen if |
I have recently got this news to the apple developer news channel,
https://developer.apple.com/news/?id=ytb7qj0x
So I want to know that will this affect my implementation to check the status of user purchase status.
I am currently using this function to verify receipt, so that I can check the user's purchase status,
SwiftyStoreKit.verifyReceipt(using: AppleReceiptValidator)
Response on this will be very helpful to me.
The text was updated successfully, but these errors were encountered: