Questions tagged [react-native-in-app-utils]

Official repository : Github

6 questions
23
votes
1 answer

Info.plist file for react native ios app using expo SDK

I'm looking to properly format the Info.plist file in order to make in app purchase work with react-native-in-app-utils but I'm not sure how to format the data and what kind of data to insert. This thread mentions the necessity to include the app…
Hugo
  • 2,073
  • 6
  • 23
  • 46
2
votes
0 answers

ReactNative: Cancelling subscriptions from within app

I'm building a react-native app with subscriptions. I understand that subscriptions can be cancelled via Settings on iOS and My Apps section on the Play Store. Is there a way to add a link to these sections within the app itself? I found this link…
0
votes
1 answer

android getSubscriptions given empty array for my ids but work with this "android.test.purchased'" test id react-native-iap

Version of react-native-iap 4.3.0 Version of react-native 0.63.3 Platforms you faced the error (IOS or Android or both?) Android Expected behavior should give an array of my subscription that I added on my google console. Actual behavior gives an…
0
votes
0 answers

React Native In App Browser does not have pop up in IOS

I am implementing a React Native app with an in-app browsers using react-native-inappbrowser-reborn. The website I am trying to browse needs accesses to camera and mic of the users' computer. Normally, there would be a pop-up asking for user…
Freddy Mo
  • 1
  • 1
0
votes
1 answer

'RCTBridgeModule.h' file not found

I using expo version of react native 0.48.4 (21.0.2 expo) and react-native-in-app-utils@5.6.0. When I link using react-native install react-native-in-app-utils. Till now I have tried: Manually Linking Deleting node_modules and installing…
0
votes
1 answer

App store in app purchase subscription validation fail

Using: For purchasing: react-native-in-app-utils For validation: iap-receipt-validator After successfully purchase a subscription, I would like to validate it every time user enters the app. receiptData returns the correct receipt…
MCMatan
  • 8,623
  • 6
  • 46
  • 85