jackpine / biketag-ios

http://biketag.jackpine.me
1 stars 1 forks source link

move api to ssl #111

Closed michaelkirk closed 8 years ago

michaelkirk commented 8 years ago

currently everything is over http.

ios9 requires this by default, but there are workarounds to disable security features: http://www.neglectedpotential.com/2015/06/working-with-apples-application-transport-security/

Though, really we should just do this.

I believe we'll need to do some paperwork with apple / the gov before we can release this.

michaelkirk commented 8 years ago

1.2 is in the appstore with SSL!

michaelkirk commented 8 years ago

This broke on ios9. See here for the rest of the story: https://github.com/jackpine/biketag-ios/issues/117