Android - In App Purchase - you need to add the BILLING permission to your APK

后端 未结 8 1583
忘掉有多难
忘掉有多难 2021-01-30 20:01

I have been facing a IN - App Purchase problem since long time. I need to integrate In-App functionality in my Android Application, but When I upload the APK file to the play st

相关标签:
8条回答
  • 2021-01-30 20:48

    I FIXED IT BY changing billing to BILLING

    0 讨论(0)
  • 2021-01-30 21:01

    Same case with Xander for me, had to make a mock roll out on Internal Test track at least first for the latest apk to be recognized with the updated manifest(having the <uses-permission android:name="com.android.vending.BILLING"/> on profile/AndroidManifest.xml

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