FindMyCat / ios-app

iOS application code for FindMyCat
https://findmycat.io
47 stars 20 forks source link

Use HTTPS for FindMyCat cloud communication. #1

Closed ChitlangeSahas closed 9 months ago

ChitlangeSahas commented 10 months ago

Currently we are using HTTP, should switch to HTTPS to be closer to standard practices and helps reducing config steps in Info.plist as FindMyCat cloud URL must be added to the NSExceptionDomains when using HTTP.

ChitlangeSahas commented 9 months ago

This is now resolved.