我在应用结算中遇到了一些问题。 我的应用程序上有一个inapp产品。我已经在开发者控制台上将apk作为alpha上传,创建了alpha Google群组并为该群组订阅了一些帐户(不是我的帐户)。使用其中一个帐户,我从Play商店下载了alpha版本,但是当我尝试购买inapp产品时会出现错误消息。
此版本的应用程序未配置为通过Google Play进行结算
你有什么建议吗?
答案 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.