Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How to pop up apple pay like UI when my app shows annual subscription purchasing UI in iOS11

I'm using iOS 11 and I'd like to developing annual subscription purchasing logic in my app. But since upgrade to iOS 11 today. I newly popup ui looks like apple pay. But my own app doesn't show that UI just shows UIAlert style popup.

Would someone help me which frameworks or kit should I use in order to display apple style purchasing popup?

App Store Subscription purchase UI - looks like a apple pay style UI - I'd like use that UI

my alert style popup when click purchase, I want to change it to picture 1 style

like image 355
NakCheon Owen Jung Avatar asked Sep 20 '17 08:09

NakCheon Owen Jung


People also ask

How do I change my Apple Pay button?

Change your Apple Pay settingsGo to Settings > Wallet & Apple Pay. Choose options such as the following: Double-Click Side Button: (on an iPhone with Face ID) Your cards and passes appear on the screen when you double-click the side button.

Can Apple Pay be used for in-app purchases?

You can spend it however you like in stores, online, and in apps with Apple Pay. Apple Pay enables you to make secure, contactless purchases using Apple Cash, Apple Card, and any other credit and debit cards that you add to Wallet.

What does In-app Purchase mean on App Store?

In-app purchases allow developers to offer the app for free in the App Store (for iOS) and Google Play (for Android). Then, within the application, they can upsell and advertise paid upgrades, locked features, special items, and other premium offers.


1 Answers

The popup shows for dev builds and builds downloaded from TestFlight. If you build for production you'll see the new purchase UI.

like image 130
E. Bogren Avatar answered Jan 01 '23 09:01

E. Bogren