Google Play In-App Purchase returns error code -1008: null puchaseData or dataSignature

后端 未结 3 1057
情书的邮戳
情书的邮戳 2020-12-13 14:47

I am attempting to implement Google Play in-app purchase v3, after successfully implementing it in v2. However, every single time I attempt to purchase one of my real in-app

3条回答
  •  一向
    一向 (楼主)
    2020-12-13 14:53

    error purchasing: iabResult: IAB returned null purchase Data or data Signature (response: -1008 unknown error)

    if you get above error when you use launchPurchaseFlow() method and get this error check your product type. i was created subscriptions but i needed managed products for example Non-consumable product type. I mean be carefully about buying or subscriptions

提交回复
热议问题