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:
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:
Thanks for any advice, Jon