XDataClient and IPv6

Hi,

Is XDataClient IPv6 supported? Apple has rejected my iOS app because of a crash of my app when connected to a IPv6 network, works ok when connected to IPv4.

Thanks in advance,

Omar Zelaya


It should work in theory, since Sparkle HTTP Client uses high-level iOS Api to connect, like NRURLConnection.
How are you connecting to your server? How do you configure your server name? Are you using a host name, or a fixed IP address?

Hi,

The issue was a call to XDataClient at startup without using Thread/Task and it was stopping the UI.

Thanks.