Questions tagged [react-native-iap]

65 questions
0
votes
1 answer

React Native "An unknown error occurred" by Apple review

I use react-native-iap package (6.0.3) React native version is 0.64 I get no error when testing iap in ios but Apple Review gets "An unknown error occurred" when they try to call requestPurchase method. I tested in real device and simulator, both of…
İlyas
  • 11
  • 4
0
votes
2 answers

React-Native Child of object returns undefined despite it exists

I am having a very basic but mind blowing issue that i cant figure out. Here is this: Short summary of problem I got receipt object coming from IAP, but cant get productId child. It returns undefined ? How can it happen ? receipt.productID returns…
ugrdursun
  • 351
  • 1
  • 4
  • 19
0
votes
0 answers

Is it possible to track in app purchase in android / ios without database react native

I have in app purchase in android and ios. What i want is I want to validate that purchases in multiple devices without forcing user to register/login. Because My ios app is rejected and here is they said.. *Guideline 5.1.1 - Legal - Privacy - Data…
0
votes
0 answers

Issue for receipt validation in Android in react-native-iap

Version of react-native-iap 5.2.11 Version of react-native 0.63.4 Platforms you faced the error (IOS or Android or both?) Android Tested environment (Emulator? Real Device?) Real device await…
-1
votes
1 answer

React Native iap - requestSubscription method returns a true instead of SubscriptionPurchase object

I am using react-native-iap V8.1.1 and react-native V0.65.1 After calling requestSubscription method The log will be like "iap data: true" but as it is explained in the react-native-iap documentation I should recieve my data as a…
NyF__
  • 1
  • 1
1 2 3 4
5