Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

iOS: In app purchase Alert View/popup

I wanted to know how this particular style of iAP can be achieved. So far I have found out that we can't change anything regarding the iAP popups because of its security concerns but then why do my iAP looks plain like a default AlertView while this app has managed to present it in an entirely different way.

PopUp that I want to achieve

PopUp that is currently viewed through my code.

The first image is what I would like to achieve.

The second image is what I currently have.

Thanks, any help would be highly appreciated.

like image 587
Nauman Aslam Avatar asked Jul 24 '18 12:07

Nauman Aslam


1 Answers

You are getting current image because it is an sandbox mode, once it is gone to live, it will automatically handle by storekit framework. No need to do anything.

like image 133
karthikeyan Avatar answered Nov 05 '22 17:11

karthikeyan