可能重复: This version of the application is not configured for billing through Google Play This version of the application is not configured for billing through Google Play
我把我的apk上传到Draft
(昨晚10点)和一些应用程序中的产品(),现在我试着测试它,但是它显示了这个错误,this version of application is not configer for billing through Google play .
,我已经检查了apk的android:versionCode
是一样的。那么问题可能是什么呢?
发布于 2012-12-15 06:20:39
如果您正在android设备上安装未签名的apk,则此"This version of the application is not configured for billing through Google Play"
错误将显示,因此首先从设备卸载旧应用程序并在设备上重新安装新的签名apk,这将解决您的问题。
有关更多信息,请参见下面的链接。
This version of the application is not configured for billing through Google Play
https://stackoverflow.com/questions/13889790
复制相似问题