Describe the bug
When building the app for the Galaxy Store, the SDK is not automatically adding the com.samsung.android.iap.permission.BILLING permission nor is the related documentation mentioning that as a required user action.
As a consequence, binaries uploaded to the Galaxy Store are not recognised as monetizable and In App Purcahse products/subscriptions cannot be configured.
- Environment
- Platform: Android
- SDK version: 10.7.0
- OS version: N/A
- Android Studio version: N/A
- How widespread is the issue. Percentage of devices affected: N/A
- Debug logs that reproduce the issue: N/A
- Steps to reproduce, with a description of expected vs. actual behavior: N/A
- Other information (e.g. stacktraces, related issues, suggestions how to fix, links for us to have context, eg. stackoverflow, etc.): N/A
Additional context
My suggestion is to edit the AndroidManifest.xml file inside the galaxy module to merge the permission.
Alternatively the documentation should be updated to inform users about the need to manually include that permission on consumer apps.
Describe the bug
When building the app for the Galaxy Store, the SDK is not automatically adding the
com.samsung.android.iap.permission.BILLINGpermission nor is the related documentation mentioning that as a required user action.As a consequence, binaries uploaded to the Galaxy Store are not recognised as monetizable and In App Purcahse products/subscriptions cannot be configured.
Additional context
My suggestion is to edit the AndroidManifest.xml file inside the galaxy module to merge the permission.
Alternatively the documentation should be updated to inform users about the need to manually include that permission on consumer apps.