how can I test redeeming a guest pass?

Asked on 2024-07-30

1 search

To test redeeming a guest pass, you can follow the steps outlined in the session "Implement App Store Offers" at WWDC 2024. Specifically, you can configure and test Winback offers using StoreKit testing in Xcode. Here are the relevant steps:

  1. Configure Winback Offers in Xcode:

    • Open the StoreKit configuration where you have set up your local in-app purchases.
    • Find your subscription under the auto-renewable subscriptions heading.
    • Scroll down to the Winback offers section to configure the offers.
  2. Test Different Scenarios:

    • Use the customer eligibility toggle to decide if a customer should receive the Winback offer.
    • Change the settings while debugging to test different scenarios of the customer's offer eligibility.
    • Test all supportive methods to implement Winback offers in the sandbox environment.
  3. Streamlined Purchasing:

    • Promote Winback offers on the App Store so customers can redeem the offer and subscribe to your service all at once.

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

Relevant Sessions