SDK not working on Live iOS App

Sanchit

New Member
Dear Team,

I have purchased Flashphoner License, also have implemented iOS and Android SDK in the respective applications. In iOS, the video chat feature works fine when I test the iOS application with Development and Adhoc provisioning. But when I put the app in Testflight, the SDK is not able to connect with URL.

Kindly suggest what can be the issue or difference when I test it with Adhoc provisioning and when I test through Testflight.
Regards
Sanchit
 

Max

Administrator
Staff member
Hello
Perhaps if your app in Testflight it requires valid SSL certificates on the server.
This means your server should be configured with FQDN (domain name) and valid SSL certificates.
Connection URL should be like this (of course for your own server):
wss://demo.flashphoner.com:8443
Here you can read more about SSL certificates import
https://docs.flashphoner.com/display/WCS5EN/Websocket+SSL
 

Max

Administrator
Staff member
Just try to connect your testflight app to our demo server wss://demo.flashphoner.com:8443
If it works, setup SSL on your server to get this working.
 

Sanchit

New Member
Dear Max,
Thank you for the help.

Yes, you are right. The issue is regarding the SSL. Now it is working after implement SSL on the server.

Thanks
Regards
Sanchit
 
Top