Hans Wassink
Hans Wassink

Reputation: 2577

Can I implement iTunes / Android payment using Phonegap

I have an app that is generated by Phonegap. it works fine, but I want to add payment to it. is that even possible using Phonegap? I just want an alert like: 0,79 euro, do you accept? No paypal or anything else

Gr.

Upvotes: 2

Views: 1149

Answers (2)

Sebastian
Sebastian

Reputation: 1912

I use:

Android:

com.smartmobilesoftware.inappbilling 3.0.0 Android InAppBilling https://github.com/poiuytrez/AndroidInAppBilling/blob/master/v3/README.md

iOS:

cc.fovea.plugins.inapppurchase 3.1.0 "InAppPurchase" https://github.com/j3k0/PhoneGap-InAppPurchase-iOS

(Cordova 3.2 and 3.5)

Upvotes: 0

dod_basim
dod_basim

Reputation: 300

For iOS: iOS In-App Purchase plugin

For Android: Google Play In-app Billing

Good luck!

[Update]

References updated.

Upvotes: 4

Related Questions