QuickBlox Android SDK 1.2 no longer works in Android API up to 14

QuickBlox (Android SDK) no longer works in the Android API until 14.

When I try to create a session for QuickBlox using QBAuth.createSession (new QBCallbackImpl () {, it gives this error:

(javax.net.ssl.SSLPeerUnverifiedException: no peer certificates).

The strange thing she worked on before!

I am using QuickBlox Android SDK 1.2.4, should I upgrade to SDK 2? but it's still beta!

+4
source share
1 answer

There seems to be a problem when using the QuickBlox Android SDK 1.2, it is highly recommended to use the QuickBlox Android SDK 2 (but it is still Beta!).

QuickBlox Android SDK 1.2, , ,

QBSettings.getInstance().setTransferProtocol(TransferProtocol.HTTP);

.

+1

All Articles