in app purchase - Blackberry Webworks: Is the payment service(blackberry.payment.developmentMode) supported on OS 7 and earlier devices -
i creating app using html5 webworks on blackberry 10, want use webworks on os7 , earlier devices well.i want support payment service in-app purchases on app. payment service api of webworks work on os7 , earlier devices too?
when use
blackberry.payment.developmentmode = true;
it found undefined
yes, payment api supported on blackberry 7.
make sure define feature in config.xml file:
<feature id="blackberry.payment" />
Comments
Post a Comment