centrifuge-mobile icon indicating copy to clipboard operation
centrifuge-mobile copied to clipboard

iOS and Android clients for Centrifugo and Centrifuge library using gomobile on top of centrifuge-go

Results 6 centrifuge-mobile issues
Sort by recently updated
recently updated
newest added

This client is far behind the rest of SDKs in the ecosystem. We need to update it to `centrifuge-go` v0.9.0 and client SDK API spec. It's hard to say whether...

Hi @FZambia How can I fix this problem, I see your docs and sample but can't find any solution for example, you can see [this](https://square.github.io/okhttp/4.x/okhttp/okhttp3/-ok-http-client/-builder/ssl-socket-factory/) and [this](https://docs.oracle.com/javase/8/docs/api/javax/net/ssl/X509TrustManager.html#checkServerTrusted-kotlin.Array[java.security.cert.X509Certificate]-kotlin.String-) docs log: `...

App crashes on connect without any stacktraces or error messages.

![image](https://user-images.githubusercontent.com/20738522/65291144-a318fa80-db84-11e9-9381-5004e963b519.png) ![image](https://user-images.githubusercontent.com/20738522/65291167-bd52d880-db84-11e9-930e-8d6ef43710cb.png) ![image](https://user-images.githubusercontent.com/20738522/65291178-c5ab1380-db84-11e9-91bc-c4627c298a2f.png)

Gomobile eam is getting close to having bitcode support. Tracking these issues for progress: https://github.com/golang/go/issues/22395 - got it working. https://github.com/golang/go/issues/31022 - issue with submission to app store. They have contacted...

I have been using flutter with gomobile. The connection between flutter and gomobile uses jsonrpc. This will make it easy to build flutter mobile and desktop guide with centrifugal messaging....