07-11-2010 06:36 AM
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
08-06-2010 11:18 AM
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.
08-30-2010 03:35 PM
For BlackBerry Push Service connection URL you need to use http on the device side and https on the server side.