I'm developing audio streaming app and I'm facing SSL Handshake issue now. I googled problem and already added this code in info.plist but no luck.
<key>NSAppTransportSecurity</key>
<dict>
<!--Connect to anything (this is probably BAD)-->
<key>NSAllowsArbitraryLoads</key>
<true/>
</dict>
Can anyone please tell me solution who had this issue please?