Skip to content

Commit

Permalink
Releaes 6.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
hyochan committed Jun 9, 2021
1 parent b837759 commit fc1753f
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 11 deletions.
8 changes: 6 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,11 @@
## Changelogs

## 6.1.0
Spliting Android app stores into Google Play and Amazon. They can now be accessed through different flavors
## 6.2.0
Spliting Android app stores into Google Play and Amazon. They can now be accessed through different flavors [#1358](https://github.com/dooboolab/react-native-iap/pull/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.8
- [Android] Handle deffered proration in `purchaseUpdated` listener [#1357](https://github.com/dooboolab/react-native-iap/pull/1357)
Expand Down
Binary file added IapExample/IapExample-v0.0.1.tgz
Binary file not shown.
13 changes: 5 additions & 8 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -95,14 +95,11 @@ Quick News

Breaking Changes
----------------
- Migrated to AndroidX in `3.1.0`. Please check the [Migration Guide][a-migration-guide].
- Recommended to use `3.2.0` or above for `react-native-iap@^3.0.0` users.
- Now, you should [acknowledge purchase][a-acknowledge-purchase-android]
with non-consumable and subscription purchase from `3.0.0`.
See more about [acknowledgePurchase][android-acknowledge-purchase].
- If you are using version `^3.0.* < ^3.1.0`, please use `acknowledgePurchase` supported in `3.0.3`.
You can use method like `androidpublisher.purchases.subscriptions.acknowledge`.
- `3.4.0` introduces a similar flow to consumable purchases on iOS. You should update your code according to the recommended flow and pass `false` to `andDangerouslyFinishTransactionAutomatically` when calling`requestPurchase`.
[6.1.0]
- 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`
```

Configuration of Google Play & iTunes Connect
---------------------------------------------
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "react-native-iap",
"version": "6.1.0",
"version": "6.2.0",
"description": "React Native In App Purchase Module.",
"main": "index.ts",
"types": "index.d.ts",
Expand Down

0 comments on commit fc1753f

Please sign in to comment.