is apple deprecating any apis?

Asked on 09/26/2024

1 search

Yes, Apple is deprecating the original API for in-app purchases. Starting with iOS 18 and aligned OS releases, the original API, including the unified receipt, will be deprecated. Existing apps using this API will continue to function, but the legacy API will not receive any enhancements or new features in future operating system releases. Apple recommends updating existing apps to use StoreKit 2, which offers improvements such as customer transaction history, subscription renewal information, and modern language features like the Swift Async/Await pattern.

For more details, you can refer to the session What’s new in StoreKit and In-App Purchase.