Closed EmreMengukan closed 8 years ago
@EmreMengukan You need to enable support for http (non-encrypted connection) in xcode. xcode has this disabled by default
Locate your Info.plist (resides in the ios folder) and add this:
<key>NSAppTransportSecurity</key>
<dict>
<key>NSAllowsArbitraryLoads</key>
<true/>
</dict>
Let me know if this does not work.
@olofd You are the best 👍 :))))
signals system => html page connection to signalr no problem alone react-native-signalr plugin there is an error
Back end code
html code
html connection no problem
react-native code
react native chrome debuger console error log ;
Example project can you share Help Me :)