HOw can I

Generated on 7/31/2024

1 search

To implement App Store offers, particularly Winback offers, you can follow these steps:

  1. Configure Winback Offers in App Store Connect:

    • Navigate to your subscription under the autorenewable subscriptions heading.
    • Scroll down to the Winback offers section and click the plus button to configure a new offer.
    • Input the required offer details such as the offer name, offer ID, payment mode, duration, and price.
    • Configure the eligibility of a Winback offer based on different rules, states, and conditions your customers need to meet before they can redeem the offer.
    • Use the customer eligibility toggle in Xcode to test different scenarios of the customer's offer eligibility (Implement App Store Offers).
  2. Testing Winback Offers:

    • Use StoreKit testing in Xcode to test subscription offers and different customer states for Winback offers.
    • Configure Winback offers in Xcode by opening the StoreKit configuration and setting up your local and app purchases.
    • Test all supportive methods to implement Winback offers in sandbox (Implement App Store Offers).
  3. Promote Winback Offers:

    • Promote Winback offers on the App Store and through your own marketing channels.
    • If you want to turn off streamlined purchasing, configure this setting in App Store Connect. This allows the App Store to send the purchase directly to your app where you can create a custom experience (Implement App Store Offers).
  4. Customize Subscription Store Views:

    • Use StoreKit views to display and merchandise your in-app purchases.
    • Use the PreferredSubscriptionOffer view modifier to control which offer to display when there is more than one available (Implement App Store Offers).

For more detailed steps and examples, you can refer to the session Implement App Store Offers.