We are having some issues registering our device so we can get push notifications in our android ported app.
Here's our scenario:
-We have a Blackberry 10 Dev Alpha device with OS version: 10.0.9.388
-Already registered to the push service
-Created android.cfg and changed values with the ones received from Blackberry :
-Added manifest permissions.
-We deploy the app using a Debug Token.
-Device is connected to Blackberry network (we can add contacts, chat through BBM, etc.)
-Structure of the generated .bar file seem to be ok. (.apk, manifest -permissions are ok too-, android.cfg)
GCM is working fine on Android devices, but, when we debug it on BlackBerry dev alpha device, register method from GCMRegistrar class is not registering our device and getRegistrationId method is always returning an empty string.
There is no exception being thrown, so we don't know what is failing in the register method. Is there a way to see some logs?
We tried to connect to the device through SSH but we don't know where to find some logs about this (if there are any) .