StoreKit 2 not available on current apps?

Hello, I am making a subscription for my app.

I want to use StoreKit 2 but I was looking at the documentation and it says "Use the original API for existing and legacy apps.".

Does this mean my "existing" app I have been developing our subscription for can not make use of StoreKit 2?

Answered by Frameworks Engineer in 678176022

StoreKit 2 is available in iOS 15. If your app targets only iOS 15 you can safely use StoreKit 2. If your app supports earlier than iOS 15 it's best to use the original StoreKit API.

Accepted Answer

StoreKit 2 is available in iOS 15. If your app targets only iOS 15 you can safely use StoreKit 2. If your app supports earlier than iOS 15 it's best to use the original StoreKit API.

StoreKit 2 not available on current apps?
 
 
Q