the item you requested is not available for purchase

前端 未结 17 1291
陌清茗
陌清茗 2020-11-28 20:19

I\'m trying to integrate Android Market in-app purchases into my app, but unfortunately coming across an annoying error every time I try to purchase a real inapp product.

17条回答
  •  渐次进展
    2020-11-28 20:37

    There is another possible cause for this error, which has almost driven me mad for a whole day until I found what was the problem: the apk version. If you are working with a local apk (correctly signed, correct key, correct product ids) with a version number higher than the one uploaded to the Play Store, you will also get this error.

    Hope this helps someone

提交回复
热议问题