Application Error : This version of the application is not configured for Market Billing

后端 未结 10 1472
情书的邮戳
情书的邮戳 2020-12-04 10:35

Since a couple of days it\'s possible to use in-app-billing in Android apps. Very cool of course. So, I started working on a update for my application to implement this. But

10条回答
  •  南方客
    南方客 (楼主)
    2020-12-04 11:19

    I also ran into this problem. I finally realized that my published app had a versionCode of 3, my draft (unpublished apk with the Billing permission) had a versionCode of 4, and the signed apk I was using to test in-app billing was still at versionCode 3. Once I changed the versionCode to 4, I was able to get through to the actual in-app product page for the purchase I was requesting.

提交回复
热议问题