react-native-iap icon indicating copy to clipboard operation
react-native-iap copied to clipboard

React-native run-ios doesn't copy over the storekit setting and thus no in-app-purchases

Open ilyakar opened this issue 2 years ago • 2 comments

So, to get in-app-purchases in the debug environment it seems we have to use Storekit. Did that. Works well when running the debug app from XCode.

image IMG_3638

However, when trying to run from terminal, it seems the StorekitConfiguration file setting is not set. react-native run-ios --device "Ilya’s iPhone" --configuration Debug --scheme ChatDevelopment: IMG_AD7E0D217DF6-1

"react-native": "0.65.1",
"react-native-iap": "^7.5.0",

iOS: 14.7.1
XCode: 13.0

Thoughts? :)

ilyakar avatar Oct 07 '21 17:10 ilyakar

Fallen into the same problem

VChertukhin avatar Nov 28 '21 19:11 VChertukhin

Hey there, it looks like there has been no activity on this issue recently. Has the issue been fixed, or does it still require the community's attention? This issue may be closed if no further activity occurs. You may also label this issue as "For Discussion" or "Good first issue" and I will leave it open. Thank you for your contributions.

stale[bot] avatar Apr 18 '22 18:04 stale[bot]

Not sure if it's even possible. I googled around but was not able to find any info. If you find something, please let us know. I'd be happy to include it

andresesfm avatar Sep 01 '22 22:09 andresesfm

Hi @ilyakar, do you have any updates about this issue?

I'm facing the same problem. Configuration.storekit only works in Xcode build. Besides that, when I generate the builds using fastlane, the ad-hoc versions crash when open the app.

Env: "react": "18.2.0", "react-native": "0.71.3", "react-native-iap": "^12.7.4", Xcode 14.2.0

nthegedus avatar Mar 02 '23 17:03 nthegedus

@nthegedus I've just been building with XCode for the past 2 years because of this issue :)

ilyakar avatar Mar 02 '23 22:03 ilyakar

Hi @ilyakar, don't you have any problems in yours distributions? I'm using fastlane, and seems not working too

nthegedus avatar Mar 03 '23 15:03 nthegedus