chirag04 / react-native-in-app-utils

A react-native wrapper for handling in-app payments
MIT License
890 stars 185 forks source link

iOS 11 Support #98

Open brunolemos opened 7 years ago

brunolemos commented 7 years ago

I'm getting not_available and ESKERRORDOMAIN0 errors on iOS 11 physical device. I didn't get that on iOS 10.

Maybe it's because it's a beta version so App Store purchases doesn't work... Any way to test on iOS 11?

chirag04 commented 7 years ago

I haven't tested with ios 11 but from the error code looks like some unknown error.

brunolemos commented 7 years ago

image

brunolemos commented 7 years ago

I'll close this because apparently is a problem on Apple side:

image

Source: https://developer.apple.com/system-status/ Source2: http://sandbox.itunes.apple.com/ (Http/1.1 Service Unavailable)

alexthegoodman commented 7 years ago

@brunolemos Have you tested your app since Apple resolved that issue? I'm still having this issue after it had worked previously on iOS 11, so I'm curious if it could be related.

christophby commented 6 years ago

Still have this issue on iOS 11

superandrew213 commented 6 years ago

Are you guys getting this issue on app downloaded from App Store or TestFlight or dev build?

It seems to be happening on TestFlight or dev build for me. Can anyone else confirm this?

christophby commented 6 years ago

Same here - Testflight & dev

superandrew213 commented 6 years ago

@christophby have you tested production app?

christophby commented 6 years ago

@superandrew213 no - the in-app-purchases are not online for production yet

superandrew213 commented 6 years ago

It works for me for production.

However when trying at different times I have gotten it to work for Testflight & dev too. Would need someone else to confirm this to be sure that production is not affected.

Vitaly-V commented 6 years ago

Guys I have the same error. react native debugger 2017-10-05 13-51-11

ajonno commented 6 years ago

me also. should this ticket be re-opened ?

Andrfas commented 6 years ago

I got the same error on iOS 11 (15A5362a), but got no error on iOS 9

superandrew213 commented 6 years ago

https://stackoverflow.com/questions/46303611/skproductsrequest-not-working-in-ios-11-simulators

StefanWallin commented 6 years ago

I'm getting this as well. See attached chart for production occurances. I have 20 apps running same codebase with slight configuration changes in naming and geo targets. It happens across all of them. There is no weird configuration in iTunes, everything is green.

It's been happening to me since we started using react-native-in-app-utils (before we did not have IAP support). We're working with auto-renewing subscriptions with a free first month. Today this happened while I was looking at it after a internal user installed one of our apps directly from the app store. Closing/opening app, killing app did not help with this issue. I've seen no trace of app store being down today on Apples status page. In this case it was with an iPhone X and this user got the same error 4 times in a row. 90 minutes later he's still getting the issue.

screen shot 2018-02-07 at 20 26 41

Unfortunately I can't dissect if this is only iOS 11. Because in my telemetry I can't match os version to these kind of errors. I can however verify that this happens on iOS 11.

ts-ign0re commented 6 years ago

I have the same issue in my app :-(

superandrew213 commented 6 years ago

@StefanWallin did you make any progress with this? Or any other findings?

StefanWallin commented 6 years ago

It keeps sticking around 10% but I have not worked with this any further.

superandrew213 commented 6 years ago

Hmm I wonder if this is an issue with all iOS apps and not just this package.