Check if the public key of the SAP Mobile Server is provisioned on the client.
ODPAppSettings appSettings = new ODPAppSettings(); if(appSettings.IsServerKeyProvisioned()) { Log.i(null,"IsServerKeyProvisioned is true"); }