Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Old style in app purchase dialogue

I am testing in app purchases now. In my app I use auto-renew subscription with sandbox account. I use XCode 9.2, the device is iOS 11.2.6, swift v4. Everything is working as expected, but I always get this dialogue then I press the "subscribe" button:

enter image description here

I saw the video from WWDC. Here is the screenshot from WWDC 2017 - Session 305 - Advanced StoreKit.

enter image description here

I am not sure, maybe this is normal behaviour. Maybe this is because of my sandbox account. Is it possible to get this new dialogue?

like image 445
Alex Avatar asked Apr 21 '18 05:04

Alex


People also ask

How does adalo track a user’s purchase history?

Even though in Adalo, all of this information is tied to their account, and stored on our servers, this action is still required to exist in your app. 2. When this is toggled on for a button, this button will look up the purchases made by the user, and verify if they have purchased this item in the past.

How to install the adalo digital purchase component?

The Adalo Digital Purchase component can be installed to your Adalo account from the App Marketplace. 1. 2. 3. Drag the Digital Purchase component to your App’s purchase screen.

How do I sell extra features to customers in my App?

Offer customers extra content and features using in-app purchases — including premium content, digital goods, and subscriptions — directly within your app. You can even promote and offer in-app purchases directly on the App Store. In-app purchases can be used to sell a variety of content, including subscriptions, new features, and services.

How do I create an in-app purchase in App Store?

Create Your In-App Purchases in App Store Connect. Configure your in-app purchases in App Store Connect, and include details such as name, pricing, and description that highlights the features and functionality of your in-app purchase. You can also create and maintain your in-app purchases using XML.


1 Answers

Yep, this is completely normal!

For some reason purchases inside of a sandbox (such as using a sandbox account or on TestFlight) will still use the old UI.

It's not clear why Apple has made this decision, or perhaps they simply never bothered to change it.

Either way, it's nothing to worry about on your part :)

like image 127
Will Avatar answered Nov 03 '22 07:11

Will