Introductory Pricing for iOS: Getting Started | raywenderlich.com

In this tutorial, you’ll learn how to add an introductory pricing option to an app that already offers an auto-renewable subscription.


This is a companion discussion topic for the original entry at https://www.raywenderlich.com/9307-introductory-pricing-for-ios-getting-started

“To determine a user’s eligibility, check the values of the Subscription Trial Period and the Subscription Introductory Price Period for all IAP transactions. If the value for either of these fields is true for a given subscription, the user isn’t eligible for an introductory price for any of the products within the same subscription group.”
I tried to find related boolean fields on the SKProductDiscount object but I failed…

@themanfromearth You can try these links as a starting point…
https://developer.apple.com/documentation/appstorereceipts/is_trial_period
https://developer.apple.com/documentation/appstorereceipts/is_in_intro_offer_period

This tutorial is more than six months old so questions are no longer supported at the moment for it. Thank you!