We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Please use the Discussion board if you want to get some help. Please use issues to report bugs.
Description
Expo plugin is not modifying the MainActivity.kt file as the docs state when setting the paymentProvider to both or Amazon AppStore.
MainActivity.kt
both
Amazon AppStore
Expected Behavior The expo plugin should be modifying the MainActivity.kt as the docs state.
Environment:
[email protected]
To Reproduce Steps to reproduce the behavior:
Run expo plugin with flavour set to both, or Amazon Appstore
Amazon Appstore
See no code added to MainActivity
MainActivity
Run app and attempt to restore purchase
see error along the lines of You must register a PurchasingListener before invoking this operation
You must register a PurchasingListener before invoking this operation
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Description
Expo plugin is not modifying the
MainActivity.kt
file as the docs state when setting the paymentProvider toboth
orAmazon AppStore
.Expected Behavior
The expo plugin should be modifying the
MainActivity.kt
as the docs state.Environment:
[email protected]
To Reproduce
Steps to reproduce the behavior:
Run expo plugin with flavour set to both, or
Amazon Appstore
See no code added to
MainActivity
Run app and attempt to restore purchase
see error along the lines of
You must register a PurchasingListener before invoking this operation
The text was updated successfully, but these errors were encountered: