5

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

1 Answers1

5

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

E. Bogren
  • 118
  • 1
  • 9