在应用程序计费Android问题

时间:2014-06-28 08:22:35

标签: android google-play in-app-billing

我在应用结算中遇到了一些问题。 我的应用程序上有一个inapp产品。我已经在开发者控制台上将apk作为alpha上传,创建了alpha Google群组并为该群组订阅了一些帐户(不是我的帐户)。使用其中一个帐户,我从Play商店下载了alpha版本,但是当我尝试购买inapp产品时会出现错误消息。

  

此版本的应用程序未配置为通过Google Play进行结算

你有什么建议吗?

1 个答案:

答案 0 :(得分:0)

如果您发布的版本与您在手机上测试的版本不同,则会发生这种情况。

例如, 上传的版本为android:versionCode="1",您在手机上测试的版本为android:versionCode="2"

其他原因也会发生

   1. Google takes a while to process applications and update them to their servers, for me it takes about half a day. So after publish the apk in Google Play, you must wait a few hours before the in-app products will respond normally and allow for regular purchases.

  2. Export and sign APK. Unsigned APK trying to make purchases will get error.