Titanium SDK: 5.2.1
xCode : 6.1.1
OS x : 10.9.5
to call some API's i am using this simple a sync call:
var xhr = Ti.Network.createHTTPClient({
onload : function() {
this.responseText;
},
onerror : function(e) {
alert(e);
},
timeout : 1000 * 30
});
var url = "http://xxxxxxxxxxxxxxxxxxxxxxx";
xhr.open('GET', url);
xhr.send();
Butt Apple send me something like this,
Thank you for your response. Please find the attached screenshot of the activity indicator spinning indefinitely after launching the app on an iPhone and iPad.
It would be appropriate to run your app on a device while connected to an IPv6 network to identify any issue, then revise and resubmit your app for review.
Once this issue is resolved, we can continue with the review.