01-20-2012 10:45 AM
Hi everybody,
I'm using the example sample-push-enabled-app-1.1.0.16 provided by Blackberry on 9780. In fact, I changed some things (removed all "preprocess" and "lib = new PushLib50();") so that in the class com.rim.samples.device.push.lib.PushLibFactory, the class PushLib50 is always invoked because the SDK on 9780 is 6.x... But, I have a problem with registering the application: the status of registration is always STATUS_PENDING.
Could someone have some ideas to solve my problem?
Thanks in advance,
Kinh
01-27-2012 05:45 AM
Sometimes it takes long time to get push on the device. You have to wait. I saw delays in 10 minutes. But probably it can be more longer.
01-27-2012 06:33 AM
Thank you for your response. Sorry to not reply this thread when I fixed it. In fact, I made a mistake: instead using 3G internet, I used wifi. That's why I couldn't receive the message from Blackberry.
01-27-2012 09:26 AM
I've never seen a push message take 10 mins to arrive. I almost always get a push either immediately or within a minute. Unless you are in an area of poor wireless coverage something must be wrong.
01-27-2012 10:04 AM
Hi Massimo,
Sorry for miscommunication. I meant push registration instead of push message. I see that first attempts of registration are usually timeouted. And app gets it after several retries which leads to delay of getting first message.
Eugen