-
Notifications
You must be signed in to change notification settings - Fork 279
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
Not support IPv6 Networks #45
Comments
Same issue "We discovered one or more bugs in your app when reviewed on iPhone running iOS 10.3.1 on Wi-Fi connected to an IPv6 network." |
I fixed this problem a few days ago :)) [[IAPShare sharedHelper] .iap checkReceipt: [NSData dataWithContentsOfURL: [[NSBundle mainBundle] appStoreReceiptURL]] AndSharedSecret: SharedSecret onCompletion: ^ (NSString * response, NSError * error) And this function uses NSURLConnection (not support ipv6). |
Oh!
Thanks. I will check all the issues in this weekend :( Busy In these days
and cannot replied. I will fixed this issues , too.
On 5 May 2017 at 10:02:29 AM, Hoang Tuan Anh ([email protected]) wrote:
May be because you use the function:
[[IAPShare sharedHelper] .iap checkReceipt: [NSData dataWithContentsOfURL:
[[NSBundle mainBundle] appStoreReceiptURL]] AndSharedSecret: SharedSecret
onCompletion: ^ (NSString * response, NSError * error)
And this function uses NSURLConnection (not support ipv6).
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub
<#45 (comment)>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/AAIQCRsQZwivlbItaeObQ5tf9kvOL9KLks5r2phJgaJpZM4M_xmm>
.
|
when you fix that problem and push ? |
[[IAPShare sharedHelper].iap buyProduct:product it seems not have relations with NSURLconnection.s |
I was crashed on the function: LET me know how to fix it . Guideline 2.1 - Performance - App Completeness Guideline 2.1 - Performance - App Completeness We discovered one or more bugs in your app when reviewed on iPhone running iOS 10.3.2 on Wi-Fi connected to an IPv6 network. Specifically, we are unable to purchase IAP at the time. An error message displayed when we clicked on IAP purchase, Please see attached screenshots for details. Next Steps To resolve this issue, please run your app on a device while connected to an IPv6 network (all apps must support IPv6) to identify any issues, then revise and resubmit your app for review. If we misunderstood the intended behavior of your app, please reply to this message in Resolution Center to provide information on how these features were intended to work. For new apps, uninstall all previous versions of your app from a device, then install and follow the steps to reproduce the issue. For updates, install the new version as an update to the previous version, then follow the steps to reproduce the issue. Resources For information about supporting IPv6 Networks, please review Supporting IPv6 DNS64/NAT64 Networks and About Networking. |
@leewaycn you use swift language ?. I also get the same message from apple for the application that uses the swift language. App that uses the Objective-C language is fine. |
@tuananhit91 I use the OC...But now my App was updated in the AppStore . I didn't change any code. So I don't know why. |
@leewaycn do you approved?And did you change anything? |
Apple constantly gives this rejection reason yet the problem almost NEVER has to actually do with ipv6, it's just like their default rejection reason or something. |
Your app crashed on iPad running iOS 10.3.1 connected to an IPv6 network when we:
This occurred when your app was used:
We have attached detailed crash logs to help troubleshoot this issue.
Next Steps
To resolve this issue, please revise your app and test it on a device while connected to an IPv6 network (all apps must support IPv6) to ensure that it runs as expected.
Resources
For information on how to symbolicate and read a crash log, please review Tech Note TN2151 Understanding and Analyzing Application Crash Reports.
For information about supporting IPv6 Networks, please review Supporting IPv6 DNS64/NAT64 Networks and About Networking.
The text was updated successfully, but these errors were encountered: