When I do a build as follows
eas build -p android --local;
the .aab file that is generated when uploaded does not have the billing permissions.
I”m using the latest expo for react native. How do I get billing permissions to show up?
I”ve also added this is in my packages.json
"react-native-purchases": "^7.0.0",
my partial app.json
"android": {"versionCode": 316,
"adaptiveIcon": {
"foregroundImage": "./assets/adaptive-icon.png",
"backgroundColor": "#ffffff"
},
"permissions": n
"android.permission.RECORD_AUDIO",
"com.android.vending.BILLING"
]
Page 1 / 1
Our library depends on Billing Client which automatically adds the BILLING permission. Can you please share the content of the AndroidManifest.xml inside the generated .aab file? The permissions section should be enough. You can explore that file using Android Studio.
Reply
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.