AlexDisler / cordova-plugin-inapppurchase

A lightweight cordova plugin for in app purchases on iOS/Android
315 stars 192 forks source link

More standard "buy" window on iOS? #279

Open jondspa opened 4 years ago

jondspa commented 4 years ago

Please include:

Hi, I've just started using this app and so far it's very easy to work with. Thanks!

I''m doing a very simple call to subscribe on iOS:

inAppPurchase .subscribe("com.companyname.appname.subscription") .then(function (data) { });

and up pops a popup window (testing in the sandbox) telling me about my purchase and asking me to enter my password.

What I'm concerned about is this popup window is not the typical iOS Apple buy screen. Is there any way to get to the typical screen or is this popup hard-wired in the plugin? My customer is not happy :-(

Type of product you are working with consumable/non-consumable/subscription

subscription

Version of cordova

cordova 6.5.0 platform iOS 4.2.1

Version of iOS/Android

iOS 12.1.1

Here's an example from the app Calm that I would hope to see from this plugin:

calm

Thanks for any advice, Jon

mrnebbi commented 4 years ago

Did you find a solution to this?