All iOS apps MUST support https by the end of 2016

Monkey Forums/Monkey Bug Reports/All iOS apps MUST support https by the end of 2016

Xaron(Posted 2016) [#1]
Dear Mark,

currently Monkey does not support https connections, at least I am not aware off. So by the end of this year, simple http connections will be a rejection reason for apple, so we will NEED https pretty soon.

https://techcrunch.com/2016/06/14/apple-will-require-https-connections-for-ios-apps-by-the-end-of-2016/


CopperCircle(Posted 2016) [#2]
HTTPS works fine for me? This came in on the 1st Jan 2016 with ATS, I have setup SSL's on my servers and my HTTPS requests all work fine with ATS enabled and Apple have passed my apps(They were rejected at first until I made the requests/server over SSL).


Xaron(Posted 2016) [#3]
Ugh, I just looked into these brl.httprequest stuff and did not find anything certificate related so my fault then! If it works, great and sorry! That might be off topic, but could you give a small example of how this should work? Do you just replace http with https and that's it?


CopperCircle(Posted 2016) [#4]
Yes just put an SSL Certificate on your server and make all the requests HTTPS :)


Xaron(Posted 2016) [#5]
Oh well shame on me. Thank you! :)