How can I add iOS socket connection permission?

Hi everyone,

With Android, I can successfully connect to my remote server with socket connection, via “Low Entry Socket Connection Plugin”. But, somehow it won’t work on iOS at all.

I think I need to add some properties to enable socket connetion on iOS, how can I do this?

I still couldn’t find a solution for this.

The socket you are trying to connect must be secure.
Android accepts non-secure connections but for iOS secure socket is a must.

This is more of a backend thing…

Thanks for this information.

Still searching for this problem.and thanks for asking here .waiting for relevant answer.