App rejected by app store

I just submitted an app to the app store and it got rejected with the following message:
Performance - 2.1We discovered one or more bugs in your app when reviewed on iPad and iPhone running iOS 9.3.4 on Wi-Fi connected to an IPv6 network.Specifically, your app launched to a blue screen and content did not load.We’ve attached screenshot(s) for your reference.

Could you let me know if backendless supports ipv6 and if you can help me with this.
Thank you.

Internal task BKNDLSS-13074 is created. We need a time to investigate this issue, we let you know about a solution.

Hi Srujan,

Our library communicates with the backend via HTTP, we do not do any IPv4 or IPv6 specific networking. I suspect the problem is somewhere else and not in the Backendless library.

Cheers,
Mark

HI, the issue is not with the Backendless SDK , if u use some code to check the internet connection then check for SCNetworkReachabilityCreateWithAddress this is what will cause such issue use

SCNetworkReachabilityCreateWithName instead

Hi Mriyadh,

Thank you for information, sure it will be helpful.

Regards,
Slava