Welcome to the Official BlackBerry® Support Community Forums. This is your resource to discuss support topics with your peers, and learn from each other. New to the forum? Please visit the ‘Getting Started’ link below.
inside custom component

BlackBerry Push Development

Reply
New Contributor
congkinh
Posts: 8
Registered: 01-20-2012
My Carrier: SFR

sample-push-enabled-app-1.1.0.16 with Blackberry 9780

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

Please use plain text.
Developer
Eugen
Posts: 371
Registered: 07-16-2009
My Carrier: Vodafone NL

Re: sample-push-enabled-app-1.1.0.16 with Blackberry 9780

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.

Please use plain text.
New Contributor
congkinh
Posts: 8
Registered: 01-20-2012
My Carrier: SFR

Re: sample-push-enabled-app-1.1.0.16 with Blackberry 9780

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.

Please use plain text.
Developer
massimo_olive
Posts: 234
Registered: 11-08-2010

Re: sample-push-enabled-app-1.1.0.16 with Blackberry 9780

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.

Please use plain text.
Developer
Eugen
Posts: 371
Registered: 07-16-2009
My Carrier: Vodafone NL

Re: sample-push-enabled-app-1.1.0.16 with Blackberry 9780

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

Please use plain text.