Appwarp Connection Error On IOS Devices

0 votes

Hey to all,

I build my application to Xcode and open it on my Ipad. App42 connected properly but Appwarp gave me an error "Connection Error: 5". Then I serached a bit and found that link http://stackoverflow.com/questions/31216758/how-can-i-add-nsapptransportsecurity-to-my-info-plist-file   which says that Apple does not allow unsecured server connections. The I workaround the problem by editing info.plist

<key>NSAppTransportSecurity</key>  
 <dict>  
      <key>NSAllowsArbitraryLoads</key><true/>  
 </dict>

which now allow unsecured connections. But both these guys on the thread and Apple clearly state that "But this is not recommended at all. The server should have the SSL certificates and so that there is no privacy leaks."

Then I found this thread http://forum.shephertz.com/?qa=6785/can-i-use-https-ssl-with-app42-appwarp&show=6785#q6785  which says you can enable ssl for Appwarp. But I couldnt find enableSSL(true) on my code.

Appwarp doesnt have SSL while App42 has? If it has, how can I enable it? And if I enable SSL for Appwarp, are there any performance issues for my multiplayer game that I need to know.

Thanks.

asked Mar 1, 2017 in iOS by hakcan.atilim (10 points)

1 Answer

0 votes
Hi,

Apologies for late reply

There is no need of NSAppTransportSecurity parameter in info file as we are using https based URL in the latest SDK.

You can use our latest SDK to avoid this kind of problems.

Let me know if you have any furter queries.

Thanks.
answered Mar 4, 2017 by rajeev.etc (1,660 points)
Hi, I'm having the same problem with the flash SDK and this issue still exists for the latest version...
Download Widgets
Welcome to ShepHertz Product line forum, where you can ask questions and receive answers from the community. You can also reach out to us on support@shephertz.com
...