02-06-2013 03:51 PM
I'm building a Push app on BlackBerry (5.0.0+) using UrbanAirship.
I'm using the SDK and sample code that they provided, and up until about a week ago everything was working correctly, we were getting pushes sent from UrbanAirship to the device with great success. However, when I went to test it Monday morning (with no change to any code on the device), it now no longer works. I've tracked it down to the registerForService() method call in PushConnector.java, which calls PushApplicationRegistry.registerApplication(pad);
after this call, any checks to PushApplicationStatus.getStatus() return with pending.
any ideas whats going on here?
Solved! Go to Solution.
02-06-2013 04:23 PM
Hi,
It sounds like it's not able to make a call out to register with the Push Service.
Has anything changed with the device? The carrier plan on it, etc.?
Are you able to browse the Internet successfully? And, do you see the BlackBerry logo in the top right corner?
Thanks,
Matt
02-06-2013 04:26 PM
I don't think anything has changed on the device, still the same plan on the same carrier. I do notice that there is only 3G in the top-right corner, not a BlackBerry logo however. I would think it should have BIS coverage here though, as I'm in the same place I was when I tested it last
02-06-2013 04:33 PM
It won't work if the BlackBerry logo is no longer there. The question is why was it there before but now...