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

后端 未结 1 2133
梦如初夏
梦如初夏 2021-02-15 18:42

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

相关标签:
1条回答
  • 2021-02-15 19:25

    Change Android version code in Androidmanifest.xml file.

    android:versionCode="1"

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

    0 讨论(0)
提交回复
热议问题