Application Error : This version of the application is not configured for Market Billing

后端 未结 10 1466
情书的邮戳
情书的邮戳 2020-12-04 10:35

Since a couple of days it\'s possible to use in-app-billing in Android apps. Very cool of course. So, I started working on a update for my application to implement this. But

10条回答
  •  小蘑菇
    小蘑菇 (楼主)
    2020-12-04 11:19

    My solution was that I needed to use the same key to sign apk in Market (as draft APK), and in test. So instead of just Run Application I always have to export signed APK with every update, uninstall and reinstall it in device using apk command-line commands. In principle you can use your own keystore as debug keystore also, but it requires using specific hardcoded passwords and names for keys.

提交回复
热议问题