chirag04 / react-native-in-app-utils

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

apple fails submission #112

Open csomakk opened 7 years ago

csomakk commented 7 years ago

They wrote me the following on resolution center:

Guideline 2.1 - Performance - App Completeness We found that your in-app purchase products exhibited one or more bugs when reviewed on iPad running iOS 10.3.3 on Wi-Fi connected to an IPv6 network.

Specifically, we were unable to complete the in-app purchase for INAPPID because an error message displayed.

any idea?

chirag04 commented 7 years ago

Try to replicate and see what's going on?

csomakk commented 7 years ago

yeah, I'm just updating to ios 10.3.3 :D

csomakk commented 7 years ago

on sandbox via usb debug looks perfect.. :O

csomakk commented 7 years ago

both ios 10.1 and 10.3.3 on ipad.. altough my home network is ipv4.. anyway, will resubmit to apple.. maybe it will magically work this time..

csomakk commented 7 years ago

i assume there are already live apps with your lib :D

chirag04 commented 7 years ago

I have seen people getting rejected for not supporting v6 too. Might be worth trying that as well. Yup people use this lib in production

adamski commented 6 years ago

We just had an app fail review with this being one of the points:

We discovered one or more bugs in your app when reviewed on iPhone and iPad running iOS 11.2.2 on Wi-Fi connected to an IPv6 network.

Specifically, we encountered an error when we attempted to purchase your in-app purchase products.

Screenshot shows the error message 'Cannot connect to iTunes store'

@csomakk did your resubmission pass?

alexfigliolia commented 6 years ago

Is there a solution for this?

adamski commented 6 years ago

We just resubmitted and it went through... I think its partly down to luck whether the issue comes up TBH

csomakk commented 6 years ago

yeah, agree.. my app is live for half a year now :D

alexfigliolia commented 6 years ago

I hope i have the same luck! Thank you guys