Skip to content

Releases: hyochan/react-native-iap

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

6.2.4

25 Jun 03:17
Compare
Choose a tag to compare

[Feature]

  • Implement deeplinking to subscriptions for Android (#1394)
  • Implement requested client-side validation for amazon purchases (#1392)

[Regression]

  • Fix regression on return type (#1393)
  • Fix promise resolving logic #1390

[Documentation]

  • Adds documentation to Android deferred proration (#1387)
  • Update URL in package.json (#1386)

6.2.3

22 Jun 13:06
Compare
Choose a tag to compare

Fix an unnecessary error when canceling a purchase #1385.

6.2.2

19 Jun 04:17
Compare
Choose a tag to compare

Fixe java lint errors and add CI #1380

6.2.1

15 Jun 08:43
Compare
Choose a tag to compare

Clean up internal code that detects GooglePlay vs Amazon modules#1374

Fix wrong package.json setup #1377

  • Removed docs from built package.

6.2.0

09 Jun 13:15
Compare
Choose a tag to compare

Spliting Android app stores into Google Play and Amazon. They can now be accessed through different flavors #1358

Creates two variants: play and amazon and only uses the required code.

NOTE: This would be a breaking change with a very simple fix described in the documentation. To add: missingDimensionStrategy 'store', 'play' in build.gradle

6.0.9

28 May 14:29
09bf8cc
Compare
Choose a tag to compare

[Android] Remove buildToolsVersion #1358

6.0.8

27 May 04:28
34ce851
Compare
Choose a tag to compare
  • [Android] Handle deferred proration in purchasedUpdated listener #1357

6.0.7

27 May 02:41
Compare
Choose a tag to compare
  • [Amazon] Fire tv detection #1356

6.0.6

10 May 12:21
Compare
Choose a tag to compare
  • Strict type error [Enhance] Strict type error #1324