owt-client-native icon indicating copy to clipboard operation
owt-client-native copied to clipboard

Not able to see the libsioclient.a in iOS release package

Open IbrahimSulai opened this issue 5 years ago • 6 comments

Hi,

I have downloaded the "CS_WebRTC_Client_SDK_iOS.v4.3.1".

In this download, I couldn't able to find the libsioclient.a in iOS package.

I am missing anything. Please guide me on this. Thanks!

Thanks and Regards, Ibrahim Sulaiman

IbrahimSulai avatar Jul 02 '20 17:07 IbrahimSulai

Hi Ibrahim,

Starting from 4.3.1, Socket.IO cpp binaries are not included in release packages. You could build it from its source code.

jianjunz avatar Jul 06 '20 07:07 jianjunz

Hi jianjunz, How to build sio lib with tls no verification ?

Otherwise , i find sio event delay so much, while switch network,or owt leave room. for eg. i trigger leave room like

  [self.owtConferenceClient leaveWithOnSuccess:^{
        CLogInfo(@"owt client leave room success.");
    } onFailure:^(NSError * _Nonnull error) {
        CLogInfo(@"owt client leave room failed");
    }];

it callback after about 3 seconds.

or switch from wifi -> 4g

socketio trigger reconnecting about 30+ seconds.

i suggest libsioclient_tls_no_verification.a in CS_WebRTC_Client_SDK_iOS.v4.3 is a debug version cause this.

can u give me some help ?

thank you jianjunz!

AshineReal avatar Jul 09 '20 08:07 AshineReal

How build libsioClient.a 、 libsioclient_tls_no_verification.a、libsioclient_tls.a

Guolanlan avatar Jan 07 '21 07:01 Guolanlan

get libsioClient.a,https://github.com/socketio/socket.io-client-cpp/blob/master/INSTALL_IOS.md

Guolanlan avatar Jan 16 '21 09:01 Guolanlan

https://github.com/socketio/socket.io-client-cpp/blob/master/INSTALL_IOS.md。 Ihad try this.but it is not run.

hello3ds avatar Feb 23 '21 06:02 hello3ds

https://github.com/socketio/socket.io-client-cpp/blob/master/INSTALL_IOS.md It is too old to build on xcode 13.

newOcean avatar Nov 02 '21 07:11 newOcean