react-native-iap 11.0.5 → 11.0.6
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/ios/RNIapIosSk2.swift +1 -1
- package/package.json +1 -1
package/ios/RNIapIosSk2.swift
CHANGED
|
@@ -807,7 +807,7 @@ class RNIapIosSk2iOS15: Sk2Delegate {
|
|
|
807
807
|
SKPaymentQueue.default().presentCodeRedemptionSheet()
|
|
808
808
|
resolve(nil)
|
|
809
809
|
#else
|
|
810
|
-
reject(
|
|
810
|
+
reject(IapErrors.E_USER_CANCELLED, "This method is not available on tvOS", nil)
|
|
811
811
|
#endif
|
|
812
812
|
}
|
|
813
813
|
}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "react-native-iap",
|
|
3
|
-
"version": "11.0.
|
|
3
|
+
"version": "11.0.6",
|
|
4
4
|
"description": "React Native In App Purchase Module.",
|
|
5
5
|
"repository": "https://github.com/dooboolab/react-native-iap",
|
|
6
6
|
"author": "dooboolab <support@dooboolab.com> (https://github.com/dooboolab)",
|