robotmedia / RMStore

A lightweight iOS library for In-App Purchases
Apache License 2.0
2.42k stars 450 forks source link

IPV6 support? #194

Open aaru opened 7 years ago

aaru commented 7 years ago

Does RMStore library supports IPv6 support? My app was rejected for first time that it was not able to connect to App - Store and IPv6 support is required. I have 15 apps and I use the same version of latest RMStore library and remaining 14 apps got approved in recent days, but one my app got rejected yesterday with below message "We discovered one or more bugs in your app when reviewed on iPad and iPhone running iOS 9.3.5 on Wi-Fi connected to an IPv6 network. Specifically, a “Products Request Failed” message displayed in the In-App section and we were unable to access In-App Purchases."

bizibizi commented 7 years ago

the same

aaru commented 7 years ago

I resubmitted the binary again without doing any changes and Apple accepted it. Looks like issue was at there end.

mws100 commented 7 years ago

I have the same problem.

angelsubirana commented 7 years ago

Hi! We are experiencing the same problem.... Apple has rejected the app for 2 times now because the product request method is failing. It works perfectly in sandbox and testflight but it is not able to work in the App Review team devices/network.

Any experience or advice on how to proceed?

PS: It is a new app so the Review team is testing in deep. We have other apps in the store also using rmstore and the same exact code and never got rejected in any update (we are doing a new release each 2-3 weeks).

mws100 commented 7 years ago

I don't modify any code.Submit again and passed. I think this problem is also a chance to appear. I suggest re-packaging and submit.

At 2016-11-12 16:32:32,angelsubirana notifications@github.com wrote:

Hi! We are experiencing the same problem.... Apple has rejected the app for 2 times now because the product request method is failing. It works perfectly in sandbox and testflight but it is not able to work in the App Review team devices/network.

Any experience or advice on how to proceed?

PS: It is a new app so the Review team is testing in deep. We have other apps in the store also using rmstore and the same exact code and never got rejected in any update (we are doing a new release each 2-3 weeks).

— You are receiving this because you commented. Reply to this email directly, view it on GitHub, or mute the thread.

angelsubirana commented 7 years ago

Just to be sure... can anybody confirm if the error received from the store during the product request was: "The operation couldn’t be completed. (SKErrorDomain error 0.)" ?

aaru commented 7 years ago

hmm Apple didn't share the crash log with me, so not sure what the issue is. I changed my home network to IPV6 with help of Mac as suggested by Apple. But still i was not able to replicate the issue. Apple again rejected one of my update recently. I am repacking and submitting it again. Lets see...

nbonamy commented 6 years ago

Hello all. Has someone has an update on the iPv6 status? Do app submissions get rejected when using this library?

Thanks