Welcome!

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
Developer
raquibulbari
Posts: 137
Registered: ‎09-30-2009

Re: Push registration returns rc=10001 error when not on Wifi

hello all

I was getting rc=10001 while registering with RIM server. Searching in forums I found that this issue happens when the PIN number is not included in the request. 

 

But after doing a lot of head banging, I changed the eval url of https to http. The suddenly I started receiving param as response and I was able to register and receive push messages. So if anybody is having problems then try to use http instead of https. I hope my way is correct. Is using https will effect my final production system?

 

regards

raquibul bari

----------------------
Press like if you find a message helpful
---------
Please use plain text.
Contributor
efung
Posts: 11
Registered: ‎05-06-2010
My Carrier: Rogers

Re: Push registration returns rc=10001 error when not on Wifi

Changing to HTTP worked for me also, after getting rc=10001 when using HTTPS.

 

Note that in RIM's client sample app from the Push SDK,  the com.rim.samples.device.push.PushConfig class has a bpasUrl property with a default value of http://pushapi.eval.blackberry.com.

 

For portal access, and for content provider pushes, I think HTTPS should be used.

Please use plain text.
BlackBerry Development Advisor
psapra
Posts: 71
Registered: ‎07-22-2008
My Carrier: N/A

Re: Push registration returns rc=10001 error when not on Wifi

For BlackBerry Push Service connection URL you need to use http on the device side and https on the server side.     

Thanks,
Pratik Sapra
Gaming & Apps Consultant
Developer Relations
@pratiksapra
Please use plain text.