Skip to content
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

[TIMOB-19154] iOS9: Deprecate NSURLSession and instead use NSURLConnection for >=iOS7 #26

Merged
merged 2 commits into from Aug 16, 2015

Conversation

cheekiatng
Copy link
Contributor

@pec1985
Copy link
Contributor

pec1985 commented Jul 9, 2015

PR breaks HTTClient on iOS 9

var client = Ti.Network.createHTTPClient({
    onload : function(e) {
        alert('PASS');
    },
    onerror : function(e) {
        alert('FAIL');
    },
    cache: false
});
client.open('GET', 'http://httpbin.org/get');
client.send();

With an internal error

App Transport Security has blocked a cleartext HTTP (http://) resource load since it is insecure. Temporary exceptions can be configured via your app's Info.plist file

PR REJECTED

@pec1985
Copy link
Contributor

pec1985 commented Jul 9, 2015

@pec1985
Copy link
Contributor

pec1985 commented Jul 9, 2015

Ignore those comments, did not see your comment in the Jira ticket.

@cheekiatng cheekiatng merged commit b8e6afd into tidev:master Aug 16, 2015
@cheekiatng
Copy link
Contributor Author

APPROVED.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants