Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

App Rejected with iOS IPv6 network

Yesterday, I submitted my app for review, but I got this message from Apple:

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

Specifically, upon review we have found the application still experiences a loading issue and unable to review the application content.

My app uses ionic framework, how can I fix this problem?

I already used domain to access my server, but this problem still exists.

like image 635
Jinson P L Avatar asked Jul 21 '16 08:07

Jinson P L


People also ask

Why does Apple keep rejecting my app?

As per Apple, bugs and unfinished or undercooked apps with broken functionality and hyperlinks, inaccurate or misleading information are the top reason for app rejection, contributing to over a fifth of total rejections.

Why do my apps keep getting rejected?

The last reason why Apple might reject your app is if the information you provide for the store and for review purposes is incomplete or out-of-date. In other words, make sure to include: Your contact details. The title, description, specifications, and other details about the app.


3 Answers

Yes. According to apple's policy , your application must supports IPV6. so, please check your application supports IPV6. Supporting IPv6 in iOS 9

To test, if your application supports IPV6 or not please check this ,

Supporting IPv6 DNS64/NAT64 Networks

To check with creating follow this steps , which indicate on apple's page .

To set up a local IPv6 Wi-Fi network using your Mac


1) Make sure your Mac is connected to the Internet(with ethernet), but not through Wi-Fi.

enter image description here

2) Launch System Preferences from your Dock, LaunchPad, or the Apple menu.

enter image description here

3) Press the Option key and click Sharing. Don’t release the Option key yet. (don't forget to press option key)

enter image description here

4)Select Internet Sharing in the list of sharing services.

5)Release the Option key.

6)Select the Create NAT64 Network checkbox.

7)Choose the network interface that provides your Internet connection, such as Thunderbolt Ethernet or Only Ethernet.

8)Select the Wi-Fi checkbox.

enter image description here

9)Click Wi-Fi Options, and configure the network name and security options for your network.

10) Select the Internet Sharing checkbox to enable your local network.

11)When prompted to confirm you want to begin sharing, click Start

enter image description here

12) Now your mac mini is working as a hotspot and useing IPv6 NAT64 network

enter image description here

(looks like above image when hotspot created)

Now connect your iphone with your mac mini's hotspot. and Test your Application it's working properly or not.

I hope this answer is helpful you.

Edit :- Don't forget to add below frameworks.

1) WebKit

2) CFNetwork

enter image description here

You will find all the information on this link related to ipv6 policy. Supporting IPv6 DNS64/NAT64 Networks

like image 147
Badal Shah Avatar answered Oct 04 '22 09:10

Badal Shah


We also faced the same issue. Just registered your website with any CDN like cloudFlare and your app will be approved next time no need to shift the whole site to any other server. This is the easiest way to get approval from app store.

like image 44
jimmy Avatar answered Oct 04 '22 09:10

jimmy


I think Apple has something wrong with this error!

I have an app (ionic app) rejected 3 times (during Nov 2016) for the same error and lastly accepted without making any change related to IPv6!

You may need to check your app for startup errors if you think that you have nothing to do with IPv6.

By the way: I did not check IPv6 compatibility on my app, and even more the app - in its inner views - has a connection to a webpage that hosted on a shared host with no IPv6 support!!

like image 28
Awad Haj Avatar answered Oct 04 '22 07:10

Awad Haj