Difference between revisions of "In-App Purchase"

From havefunsoft wiki
Jump to: navigation, search
m
m
Line 4: Line 4:
 
! Feature
 
! Feature
 
! Apple's [https://developer.apple.com/reference/storekit Store Kit] (IAP)
 
! Apple's [https://developer.apple.com/reference/storekit Store Kit] (IAP)
! Google Play In-app Billing
+
! [Google Play In-app Billing https://developer.android.com/google/play/billing/index.html]
 
|-
 
|-
 
| User Validation
 
| User Validation

Revision as of 22:56, 9 February 2017

Comparison of In-app Purchase APIs.

Feature Apple's Store Kit (IAP) [Google Play In-app Billing https://developer.android.com/google/play/billing/index.html]
User Validation Apple doesn't require a developer to implement any user validation.

A developer should always trust the Store Kit about the fact of who made a purchase.

Google strongly recommends to verify who the user who did the purchase, by adding and generating extra information about the purchase (aka Developer Payload).

It's also recommended to have an "own secure server" to track of purchases.

See Also