Forum Discussion
huaining.geng
7 months agoStart Member
BillingResponseCode is always DEVELOPER_ERROR after calling startConnection on BillingClient
I have this issue when integrating Meta Horizon Billing Compatibility SDK into my 2D android app. The returned BillingResponseCode is always DEVELOPER_ERROR after the BillingClient initialization and...
- 6 months ago
Hi,
As soon as you add the app id when initiliazing the billing client, it will work.
BillingClient.newBuilder(this).setAppId(MY_OCULUS_APP_ID).setListener(purchasesUpdatedListener).enablePendingPurchases().build();Regards
huaining.geng
6 months agoStart Member
Hi,
As soon as you add the app id when initiliazing the billing client, it will work.
BillingClient.newBuilder(this).setAppId(MY_OCULUS_APP_ID).setListener(purchasesUpdatedListener).enablePendingPurchases().build();Regards
Quick Links
- Horizon Developer Support
- Quest User Forums
- Troubleshooting Forum for problems with a game or app
- Quest Support for problems with your device