Missing Auto-Renewable subscription info

Hi,

We are using V2 App Store Server Notifications but can't figure out where to get the following subscription info:

  • the price of the subscription (can't find anywhere)
  • billing period duration e.g. "P1M" for monthly subscription

Google Play billing has these properties so we expect that these properties also exist in the app store.

Your Product configured in App Store Connect has the duration set and the transaction will have that duration used to calculate the purchase date and expires date service has been granted. Additionally your app can retrieve your products duration at anytime time via product.SubscriptionPeriod https://developer.apple.com/documentation/storekit/product/subscriptionperiod

Missing Auto-Renewable subscription info
 
 
Q