Adding in-app purchase to existing published application and testing it without publishing

耗尽温柔 提交于 2019-12-21 04:14:27

问题


I'm trying to add in-app purchase for my existing published app that didn't previously have billing permission. I've uploaded an updated APK with billing permission, but didn't activate it since I don't want to publish this draft. However, I can't add in-app product - it still says "the current application version does not use the BILLING permission". Any way to solve/work around this problem?


回答1:


Change Android version code in Androidmanifest.xml file.

android:versionCode="1"

suppose if your Application version code is 1 now change to 2



来源:https://stackoverflow.com/questions/14068781/adding-in-app-purchase-to-existing-published-application-and-testing-it-without

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!