react-native-iap 12.10.2 → 12.10.3
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/README.md
CHANGED
|
@@ -44,11 +44,11 @@ Please [fund the project](https://opencollective.com/react-native-iap) if you ar
|
|
|
44
44
|
|
|
45
45
|
- Version `8.0.0` is currently in release candidate. The module is completely rewritten with `Kotlin` and `Swift` for maintenenance issue by [andresesfm](https://github.com/andresesfm) 🔆. You may install this for early preview.
|
|
46
46
|
|
|
47
|
-
- React Native IAP hook is out. You can see [medium post](https://medium.com/dooboolab/announcing-react-native-iap-hooks-96c7ffd3f19a) on how to use it.
|
|
47
|
+
- React Native IAP hook is out. You can see [medium post](https://medium.com/dooboolab-community/announcing-react-native-iap-hooks-96c7ffd3f19a) on how to use it.
|
|
48
48
|
|
|
49
|
-
- The `react-native-iap` module hasn't been maintained well recently. We are thinking of participating again and make the module healthier. Please refer to [2021 Maintenance plan](https://github.com/dooboolab/react-native-iap/issues/1241) and share with us how you or your organization is using it. Happy new year 🎉
|
|
49
|
+
- The `react-native-iap` module hasn't been maintained well recently. We are thinking of participating again and make the module healthier. Please refer to [2021 Maintenance plan](https://github.com/dooboolab-community/react-native-iap/issues/1241) and share with us how you or your organization is using it. Happy new year 🎉
|
|
50
50
|
|
|
51
|
-
- The sample code is out in [Sponsor page](https://github.com/hyochan/dooboolab.com/blob/main/src/components/pages/Sponsor.tsx) in [dooboolab.com](https://github.com/hyochan/dooboolab.com) repository which sadly is rejected by Apple because of lacking product features. I will work on another example project to support this module. More information in [#1241 commment](https://github.com/dooboolab/react-native-iap/issues/1241#issuecomment-798540785).
|
|
51
|
+
- The sample code is out in [Sponsor page](https://github.com/hyochan/dooboolab.com/blob/main/src/components/pages/Sponsor.tsx) in [dooboolab.com](https://github.com/hyochan/dooboolab.com) repository which sadly is rejected by Apple because of lacking product features. I will work on another example project to support this module. More information in [#1241 commment](https://github.com/dooboolab-community/react-native-iap/issues/1241#issuecomment-798540785).
|
|
52
52
|
|
|
53
53
|
## Configuration of Play Store & App Store Connect
|
|
54
54
|
|
|
@@ -94,7 +94,7 @@ Please be our [Backers](https://opencollective.com/react-native-iap#backer).
|
|
|
94
94
|
|
|
95
95
|
### Contributing
|
|
96
96
|
|
|
97
|
-
Please make sure to read the [Contributing Guide](https://github.com/dooboolab/react-native-iap/blob/main/CONTRIBUTING.md) before making a pull request.
|
|
97
|
+
Please make sure to read the [Contributing Guide](https://github.com/dooboolab-community/react-native-iap/blob/main/CONTRIBUTING.md) before making a pull request.
|
|
98
98
|
Thank you to all the people who helped to maintain and upgrade this project!
|
|
99
99
|
|
|
100
100
|
<a href="graphs/contributors"><img src="https://opencollective.com/react-native-iap/contributors.svg?width=890" /></a>
|
package/RNIap.podspec
CHANGED
|
@@ -12,7 +12,7 @@ Pod::Spec.new do |s|
|
|
|
12
12
|
s.authors = package["author"]
|
|
13
13
|
|
|
14
14
|
s.platforms = { :ios => "10.0" , :tvos => "10.0"}
|
|
15
|
-
s.source = { :git => "https://github.com/dooboolab/react-native-iap.git", :tag => "#{s.version}" }
|
|
15
|
+
s.source = { :git => "https://github.com/dooboolab-community/react-native-iap.git", :tag => "#{s.version}" }
|
|
16
16
|
|
|
17
17
|
s.source_files = "ios/*.{h,m,mm,swift}"
|
|
18
18
|
|
|
@@ -142,8 +142,8 @@ const validateReceiptIos = async _ref2 => {
|
|
|
142
142
|
/**
|
|
143
143
|
* Clear Transaction (iOS only)
|
|
144
144
|
* Finish remaining transactions. Related to issue #257 and #801
|
|
145
|
-
* link : https://github.com/dooboolab/react-native-iap/issues/257
|
|
146
|
-
* https://github.com/dooboolab/react-native-iap/issues/801
|
|
145
|
+
* link : https://github.com/dooboolab-community/react-native-iap/issues/257
|
|
146
|
+
* https://github.com/dooboolab-community/react-native-iap/issues/801
|
|
147
147
|
* @returns {Promise<void>}
|
|
148
148
|
*/
|
|
149
149
|
exports.validateReceiptIos = validateReceiptIos;
|
|
@@ -131,8 +131,8 @@ export const validateReceiptIos = async _ref2 => {
|
|
|
131
131
|
/**
|
|
132
132
|
* Clear Transaction (iOS only)
|
|
133
133
|
* Finish remaining transactions. Related to issue #257 and #801
|
|
134
|
-
* link : https://github.com/dooboolab/react-native-iap/issues/257
|
|
135
|
-
* https://github.com/dooboolab/react-native-iap/issues/801
|
|
134
|
+
* link : https://github.com/dooboolab-community/react-native-iap/issues/257
|
|
135
|
+
* https://github.com/dooboolab-community/react-native-iap/issues/801
|
|
136
136
|
* @returns {Promise<void>}
|
|
137
137
|
*/
|
|
138
138
|
export const clearTransactionIOS = () => getIosModule().clearTransaction();
|
|
@@ -101,8 +101,8 @@ export declare const validateReceiptIos: ({ receiptBody, isTest, }: {
|
|
|
101
101
|
/**
|
|
102
102
|
* Clear Transaction (iOS only)
|
|
103
103
|
* Finish remaining transactions. Related to issue #257 and #801
|
|
104
|
-
* link : https://github.com/dooboolab/react-native-iap/issues/257
|
|
105
|
-
* https://github.com/dooboolab/react-native-iap/issues/801
|
|
104
|
+
* link : https://github.com/dooboolab-community/react-native-iap/issues/257
|
|
105
|
+
* https://github.com/dooboolab-community/react-native-iap/issues/801
|
|
106
106
|
* @returns {Promise<void>}
|
|
107
107
|
*/
|
|
108
108
|
export declare const clearTransactionIOS: () => Promise<void>;
|
package/package.json
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "react-native-iap",
|
|
3
|
-
"version": "12.10.
|
|
3
|
+
"version": "12.10.3",
|
|
4
4
|
"description": "React Native In App Purchase Module.",
|
|
5
|
-
"repository": "https://github.com/dooboolab/react-native-iap",
|
|
6
|
-
"author": "dooboolab <support@dooboolab.com> (https://github.com/dooboolab)",
|
|
5
|
+
"repository": "https://github.com/dooboolab-community/react-native-iap",
|
|
6
|
+
"author": "dooboolab <support@dooboolab.com> (https://github.com/dooboolab-community)",
|
|
7
7
|
"license": "MIT",
|
|
8
8
|
"bugs": {
|
|
9
|
-
"url": "https://github.com/dooboolab/react-native-iap/issues"
|
|
9
|
+
"url": "https://github.com/dooboolab-community/react-native-iap/issues"
|
|
10
10
|
},
|
|
11
|
-
"homepage": "https://github.com/dooboolab/react-native-iap#readme",
|
|
11
|
+
"homepage": "https://github.com/dooboolab-community/react-native-iap#readme",
|
|
12
12
|
"publishConfig": {
|
|
13
13
|
"registry": "https://registry.npmjs.org/"
|
|
14
14
|
},
|
|
@@ -82,7 +82,7 @@
|
|
|
82
82
|
"@react-native-community/eslint-config": "3.2.0",
|
|
83
83
|
"@release-it/conventional-changelog": "5.1.1",
|
|
84
84
|
"@testing-library/jest-native": "5.4.2",
|
|
85
|
-
"@testing-library/react-native": "12.0.
|
|
85
|
+
"@testing-library/react-native": "12.0.1",
|
|
86
86
|
"@types/jest": "29.5.0",
|
|
87
87
|
"@types/react": "*",
|
|
88
88
|
"@types/react-native": "*",
|
|
@@ -98,11 +98,11 @@
|
|
|
98
98
|
"jest": "29.5.0",
|
|
99
99
|
"monolinter": "1.0.4",
|
|
100
100
|
"pod-install": "0.1.38",
|
|
101
|
-
"prettier": "2.8.
|
|
101
|
+
"prettier": "2.8.7",
|
|
102
102
|
"react": "17.0.2",
|
|
103
103
|
"react-native": "0.68.2",
|
|
104
104
|
"react-native-builder-bob": "0.20.4",
|
|
105
|
-
"release-it": "15.9.
|
|
105
|
+
"release-it": "15.9.3",
|
|
106
106
|
"ts-jest": "29.0.5",
|
|
107
107
|
"typedoc": "^0.23.14",
|
|
108
108
|
"typedoc-plugin-markdown": "^3.14.0",
|
package/src/modules/ios.ts
CHANGED
|
@@ -210,8 +210,8 @@ export const validateReceiptIos = async ({
|
|
|
210
210
|
/**
|
|
211
211
|
* Clear Transaction (iOS only)
|
|
212
212
|
* Finish remaining transactions. Related to issue #257 and #801
|
|
213
|
-
* link : https://github.com/dooboolab/react-native-iap/issues/257
|
|
214
|
-
* https://github.com/dooboolab/react-native-iap/issues/801
|
|
213
|
+
* link : https://github.com/dooboolab-community/react-native-iap/issues/257
|
|
214
|
+
* https://github.com/dooboolab-community/react-native-iap/issues/801
|
|
215
215
|
* @returns {Promise<void>}
|
|
216
216
|
*/
|
|
217
217
|
export const clearTransactionIOS = (): Promise<void> =>
|