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.
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.
I have been playing around with in app purchases for a few days, everything works fine up until the point where I try to validate the receipt with the app store, as i am constantly getting back an invalid status.
I’m converting an app from iOS6 to iOS7. Before I used the deprecated transactionReceipt
method so now I’m trying the recommended methods to retrieve the receipt, and then encode in base 64:
I want to verify purchases in my app using Firebase Functions and Purchases.products: get
But I don’t know how to use the authorization Scope from the link or how to build the request in Firebase Functions.
This is what I have so far: