-
Notifications
You must be signed in to change notification settings - Fork 795
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
IPv6 network issue #81
Comments
Yes, they said:
|
@quangpc I've solved the problem my self today, I just add the Sandbox User to the External Testers, everything worked! So I think maybe the App Store Review team gives us the wrong directions to solve the problem. ;-) |
@Elilien Did you pass review? |
Hey, |
I have just got Rejected for the same reason of 2.1 with MKStoreKit. Hope I can use SwiftyStoreKit when this gets sorted out. @bizz84 any ideas why purchases can be made through Wifi in Sandbox, but they fail when Apple test it with IPv6? Unfortunately I cannot set up an IPv6 Network of my own (as described here: http://www.brianjcoleman.com/tutorial-how-to-test-your-app-for-ipv6-compatibility/ ) to test it. Thank you. |
@quangpc So sad, I have just got rejected for the same reason...QAQ They said they still not able to purchase your IAP on both iPhone and iPad. |
@rebeloper SwiftyStoreKit is just a wrapper for StoreKit, I think it may not affect In-App Purchase with IPv6 Network, and I still believe that there's something wrong with the Sandbox User we create in iTunes Connect. |
@rebeloper I don't know what is causing the issue. Unfortunately StoreKit and in app purchase flows are a difficult area to diagnose as there are many variables that can go wrong. If it can be of any help, I would try to re-implement the same purchase flow with and without SwiftyStoreKit and see if the problem still appears. |
Also rejected for this reason. |
My app just got Accepted! Hurray! It does not use SwiftyStoreKit, it uses MKStoreKit, but here's an update you might find interesting. My mistake way a typo in the IAP ID. Because of the mismatch of IDs in iTC and my code the purchase could not be made. Noob mistake, I know but it can happen :) |
Same problem here. Anyone got a solution yet? |
@bizz84 any updates? Got same reject reason (IPv6). |
As @rebeloper has pointed out, there are various reasons why in-app purchases may fail. @nikashitsa It is quite difficult for me to reproduce exactly the same test configuration that you are using, so I'm afraid I can't be of much help on this. |
Hey, this IPv6 message from Apple just drives devs crazy. I've created a short video on YouTube on debugging the most common mistakes when your app is rejected because of "IPv6 and in app purchases". Take a look at it here: https://youtu.be/hcl2gqg5aJQ |
youtbue link broken plz fix it |
I'd like to reference a solution to this issue found in a different thread: |
I used SwiftyStoreKit for IAP non-consumable product in my app, but it got rejected by Apple with reason about not work on IPv6 network. Is there anyone have the same issue?
The text was updated successfully, but these errors were encountered: