in app purchase - Android InApp billing V3 - Subscription validation -
in documentation of android inapp billing written with in-app billing version 3, failed or expired subscription no longer returned when call getpurchases.
what mean?
, possible in v3 validate subscription through developer api?
whenever application needs know purchased content user has call 1 api call named getpurchases()
. return json
object having details of product-ids user has purchased.
yes, can validate or cancel subscription back-end server using http based apis.
Comments
Post a Comment