Reputation: 2607
Is there any cross-platform in app purchase solution for PhoneGap based apps? I've seen a PayPal plugin for Android/iOS (https://github.com/purplecabbage/phonegap-plugins/blob/master/iPhone/PayPalPlugin/README.md).
But does that plugin "break the ios and android rules"? I mean, with paypal we skip the 30% that goes to apple and google, is that correct? Isn't that a risk for the iphone app certification process?
thanks!
Upvotes: 3
Views: 2367
Reputation: 12735
You might want to have a look at this similar SO question. And I'd say the answer is yes, there are solutions.
Upvotes: 3
Reputation: 69499
Apple will reject this, you can only use Apple's IAP system in iOS apps. For android there aren't rules like these so you will be fine.
Upvotes: 1