receive GCM push without WLClient::connect()
问题 Can we WLPush::subscribe() without WLClient::connect() ? Background I'm working on an Android native application (offline version - App can work in case of no Internet) using the IBM Worklight framework, and I am implementing push notification. As I understand, we need WLPush::subscribe() in order to get the notification. But we cannot directly invoke the subscribe() method, it has to be in the Callback OnReadyToSubscribeListener . The listener will be invoked once connection is established.