-
Here is my purchase button, first I attempt to see if my IAP is reachable. it's not!
```
@IBAction func purchase(_ sender: Any) {
let iap = InAppPurchase.default
iap.fetchProdu…
-
### New Issue Checklist
- [x] Updated fastlane to the latest version
- [x] I read the [Contribution Guidelines](https://github.com/fastlane/fastlane/blob/master/CONTRIBUTING.md)
- [x] I read …
-
### Version of react-native-iap : 1.3.6
### Platforms you faced the error (IOS or Android or both?) : iOS 11.4.1
### Expected behavior : no error expected
### Actual behavior
RNIap.prepar…
-
### New Issue Checklist
- [x] Updated fastlane to the latest version
- [x] I read the [Contribution Guidelines](https://github.com/fastlane/fastlane/blob/master/CONTRIBUTING.md)
- [x] I read [doc…
-
How can i use Touch ID with SwiftyStoreKit? For example if i want make in app purchase. I am new in TouchID and inApp purchases.
`let authenticationContext = LAContext()
var error:NSError?
…
-
Currently if the user purchases an IAP, then disables the app store with the following procedure:
Settings->General->Restrictions), Disable "Install Apps", "Delete Apps" and "In-App Purchases" .
At…
-
Hello, I am using Unity to do the IAP. And return the android receipt. I followed this instruction. But I cannot be valid my receipt.
[Issue](https://github.com/voltrue2/in-app-purchase/issues/129#is…
-
Are there plans for adding SKPaymentTransactionObserver for the coming iOS 11 release.
See this [apple developer page](https://developer.apple.com/app-store/promoting-in-app-purchases/) for more info…
-
I have IAP all setup and working, other than processing receipts. I have the sample code in place as below:
``` javascript
IAP.onPurchase = function (transactionId, productId) {
var n = (localSto…
-
### Version of flutter_inapp_purchase
0.6.5
### Platforms you faced the error (iOS or Android or both?)
iOS
### Expected behavior
Receiving product as an IAPItem
### Actual behavior
Not r…