Apple reminds developers on important deadlines for receipt certificate changes and notarization tools

Apple notifies developers on upcoming changes in purchase receipt signing certificate. Developers who use custom receipt validation should update their software accordingly.

If your app validates App Store receipts on device, make sure your app will support the SHA-256 version of this certificate. New apps and app updates that don’t support the SHA-256 version of this certificate will no longer be accepted by the App Store starting August 14, 2023.

Apple Developer

Apple also notifies developers that they should migrate to Xcode 14 or notarytool utility by November 1, 2023. Submissions from Xcode 13 and altool utilities will be no longer accepted then.

Important dates:

  • June 20, 2023. Receipts in the sandbox environment will be signed with the SHA‑256 version of this certificate for devices running a minimum of iOS 16.6, iPadOS 16.6, tvOS 16.6, watchOS 9.6, or macOS Ventura 13.5.
  • August 14, 2023. Receipts in new apps and app updates submitted to the App Store, as well as all apps in sandbox, will be signed with the SHA‑256 intermediate certificate.
  • November 1, 2023. Notarization requests will be only accepted by Xcode 14 and newer or notarytool.

Apple Developer:

RevenueCat provides framework for in-app purchase receipt validation

While RevenueCat provides SDK for using its service, some of its components could be used by apps which do not use the service.

Receipt validation API will allow to parse receipt file and gather all necessary information to get list of approved purchases and also verify overall validity of the receipt.

GitHub: purchases-ios

Reference: Introducing ReceiptParser for Apple Platforms

Weekend good reads for Apple developers, issue #57

It's almost 2023. This good reads list come a little early, so you'll have time to celebrate New Year :)

We'd like to finish this issue with our Holiday Special podcast episode.

https://www.youtube.com/watch?v=nUWPqJHHfwg
Apple Treats – Holiday Special

Happy New Year!

Apple warns developer on updates for App Store receipt validation

Apple updates WWDR signing certificate for App Store receipt validation on January 18, 2023. Existing certificate will expire on February 7, 2023.

If apps or backend uses specific validation techniques that use specific certificates, this code needs to be updated.

Apple: Apple PKI

Apple Developer: Upcoming changes to the App Store receipt signing certificate