9 years ago
by Joncom
Do sockets work with Ejecta?
Edit 1:
Someone was having a similar issue recently:
http://stackoverflow.com/questions/35284038/using-socket-io-client-with-ejecta
Edit 2:
That same someone had a discussion with Dominic
here that seems to explain this issue in detail.
Thanks! I will have a look into those!
I am getting this error after doing what she did with the withCredentials
:
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.
How do I do this?
9 years ago
by Joncom
Quote from AndrewMast
I am getting this error after doing what she did with the withCredentials
:
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.
How do I do this?
What have you tried so far? Info.plist is a file you edit with Xcode. Ejecta documentation talks about this file a few times.
I know what and where the Info.plist is, it's just I don't know what to do to make temporary exceptions.
9 years ago
by Joncom
Google is your friend man.
I googled "app transport security info.plist", and the second
site suggests this:
Adding the following to your Info.plist will disable ATS
<key>NSAppTransportSecurity</key>
<dict>
<key>NSAllowsArbitraryLoads</key><true/>
</dict>
Oops. I forgot about Google! :)
Thanks!
-Andrew
That fixed it! Thanks!
-Andrew
Page 1 of 1
« first
« previous
next ›
last »