-
-
Notifications
You must be signed in to change notification settings - Fork 667
feat(Android Amazon): Amazon SDK 3.0.7 + Add proration and modify subscription API #2943
New issue
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
base: main
Are you sure you want to change the base?
feat(Android Amazon): Amazon SDK 3.0.7 + Add proration and modify subscription API #2943
Conversation
@hyochan I was able to fix the iOS build (boost pod error) in my fork with patching the rn's boost.podspec. However linking the patch-package + postinstall script here breaks the yarn install of IapExample with some weird error and I gave up. So I reverted both package.json and yarn.lock changes but kept the patch itself. Mb you'll be able to fix this error somehow or I'll be able to reiterate later, who knows! Upd: I'll try to put up a new PR to bump the RN to the later version as they fixed the boost.podspec error since 0.74 or 0.75 I think |
CI build is fixed in #2944 |
…p into Amazon-sdk-3.0.7-+-add-prorationMode-and-modifySubscription-API * 'main' of github.com:dooboolab-community/react-native-iap: chore: bump RN to 0.72.17 (hyochan#2944) # Conflicts: # IapExample/ios/Podfile.lock
Bump Amazon SDK to 3.0.7
Release Notes:
Add proration and modify subscription API.
Fix Android CI builds