Skip to content

Releases: hyochan/react-native-iap

7.2.1

07 Aug 09:00
Compare
Choose a tag to compare

Fix android crash by delaying ios check #1456

7.2.0

06 Aug 17:18
Compare
Choose a tag to compare

Moved Amazon readme to the docs folder

Separated "Support us" doc to it's own file for better visibility

Breaking Change: removed deprecated method: consumeAllItemsAndroid , alternative flushFailedPurchasesCachedAsPendingAndroid has been available for a while. Also removed refreshItems from android native modules since they were only used by this deprecated method

Breaking Change: Methods that are suffixed by Android or iOS will now fail if called in the wrong platform instead of returnning a default value.

Breaking Change: Removed finishTransactionIOS , consumePurchaseAndroid and acknowledgePurchaseAndroid. They have been replaced by ``finishTransaction` since version 4.1.0

Breaking Change: (Only if you were using the native iOS module directly) iOS Native Method canMakePayments was renamed to initConnection to match the other platforms.

Resolve to false when playservices not available #1447

Fix crash on android request Purchase #1452

Added monolinter and fixed inconsistent dependency versions #1444

HUGE THANKS TO @andresesfm again!

7.1.0

30 Jul 04:33
Compare
Choose a tag to compare

Breaking Change

  • Remove oldAndroidSku from requestSubscription. This field was passed for Android only

7.0.5

16 Jul 02:21
Compare
Choose a tag to compare

[Android]

  • [Amazon] Remove init on the main thread as it is no longer needed in this version of the SDK #1427.

7.0.4

15 Jul 05:03
Compare
Choose a tag to compare

Move init code to initConnection method in Amazon #1425

Fix Android subscription update #1423

7.0.3

11 Jul 12:19
100f9f0
Compare
Choose a tag to compare

Hotfix on getting skus on android #1414

7.0.2

10 Jul 13:38
Compare
Choose a tag to compare

Update gradle plugin to 4.2.2 #1410

Fix getPurchaseHistory for android #1411

7.0.1

06 Jul 17:40
Compare
Choose a tag to compare

Revert strict check for Amazon module #1407.

7.0.0

03 Jul 06:43
Compare
Choose a tag to compare

Migrate Androidto billing client 4.0.0.

  • TODO
    • Include getQuantityAndroid function to add getQuantity api.

Removed setInstallSource and updated docs #1401.

[iOS]

  • Remove an unnecessary reject when canceling by user #1389
  • Update type to match new iOS receipt style #1402

6.3.0

02 Jul 08:02
1409b8f
Compare
Choose a tag to compare

Refactors Google Play Java code limiting to a single billingClient. This can be considered a breaking change as it will fail when attempting to initialize the library more than once. It also adds documentation on the proper handling of the lifecycle docs