Question

Google Play won't allow me to add the subscription items to my Unity game

  • 4 January 2022
  • 1 reply
  • 146 views

Badge +1

Google Play won't allow me to add the subscription items to my product due to "Billing Permissions" in the bundle.

 

The error message is:

“To add in-app products, you need to add the BILLING permission to your APK”

 

Team says this in our project and found that it is present in revenue cat sdk.


1 reply

Userlevel 3
Badge +7

Hi @William Volk ,

When I have seen this issue before it is related to an issue with Google Play. Are you using the latest version of 'com.android.billingclient:billing' in your app gradle configuration file?

 

Additionally can you provide full debug logs of this occurring? Which SDK and version are you on?

Reply