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
hyochan
left a comment
There was a problem hiding this comment.
Thanks for the solid work on this PR @kot331107 — everything looks good and I'm going to go ahead and merge it. Appreciate your effort fixing the CI and handling the SDK bump smoothly.
Also, if you're interested, it would be awesome to see Amazon support added to expo-iap as well. Feel free to take a look or contribute if you have the time!
…p into bump-rn-0.77.2 * 'main' of github.com:dooboolab-community/react-native-iap: 12.16.3 feat(Android Amazon): Amazon SDK 3.0.7 + Add proration and modify subscription API (hyochan#2943) build(deps): bump brace-expansion from 1.1.11 to 1.1.12 in /IapExample (hyochan#2958) build(deps): bump brace-expansion from 1.1.11 to 1.1.12 in /docs (hyochan#2955) Fix typo: correct "maintenenance" to "maintenance" in README.md (hyochan#2957) build(deps): bump undici from 5.28.4 to 5.29.0 (hyochan#2952) feat(docs): add link to expo-iap in docs (hyochan#2953) # Conflicts: # IapExample/android/app/src/main/java/com/iapexample/MainActivity.java
…p into add-appTransactionID * 'main' of github.com:dooboolab-community/react-native-iap: Chore: bump RN 0.77.2 for IapExample (hyochan#2949) 12.16.3 feat(Android Amazon): Amazon SDK 3.0.7 + Add proration and modify subscription API (hyochan#2943) build(deps): bump brace-expansion from 1.1.11 to 1.1.12 in /IapExample (hyochan#2958) build(deps): bump brace-expansion from 1.1.11 to 1.1.12 in /docs (hyochan#2955) Fix typo: correct "maintenenance" to "maintenance" in README.md (hyochan#2957) build(deps): bump undici from 5.28.4 to 5.29.0 (hyochan#2952) feat(docs): add link to expo-iap in docs (hyochan#2953)
Bump Amazon SDK to 3.0.7
Release Notes:
Add proration and modify subscription API.
Fix Android CI builds