nickkjordan / wruw-iphone-app

iPhone app for WRUW 91.1 Cleveland, OH http://www.wruw.org/
1 stars 2 forks source link

resolved updated swift code, and fixed internet connectivity issues #37

Closed ZJaffee closed 8 years ago

nickkjordan commented 8 years ago

LGTM.

What was breaking down in terms of connectivity?

ZJaffee commented 8 years ago

When running the app within the newest versions of xcode and ios the runtime error

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.

was passed. Basically when the app started up, it would say you weren't connected to the internet.

nickkjordan commented 8 years ago

Yep. Probably need to figure out a way to make secure connections

nickkjordan commented 8 years ago

Feel free to merge

ZJaffee commented 8 years ago

I don't have write access.