android - Safe to assume paymentState is absent from Google Play API for test purchases? -
it appears when purchases.subscriptions resource purchasetoken
using google play developer api test purchases not include paymentstate
property. however, real purchases seem include it. safe assume when purchases.subscriptions resource not include paymentstate
property that purchasetoken
test purchase?
we validating purchasetokens , renewals server-side , looking better solution determining if purchase test purchase or not without having depend on presence or absence of orderid
available app.
since july 10th 2017, google play provides orderid test purchases.
Comments
Post a Comment