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
New Developer
rapters1983
Posts: 17
Registered: ‎02-11-2010
My Carrier: verizon
Accepted Solution

Push client-sample-app registration got 403 error

[ Edited ]

hi guys.

 

i am working the the pusk sdk 's demo .  when i run the client demo in simulator.

first register to content provider url. i got a 200 response code . it is successfully

then register to https://pushapi.eval.blackberry.com. this time i got a 403 responsecode

and reponse text is

Http error: 403, <?xml version="1.0" encoding="ISO-8859-1"?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
  "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" lang="en" xml:lang="en">
<head>
<title>Access forbidden!<
BPAS rejected registration

 

what is wrong ?

my register url is http://pushapi.eval.blackberry.com/mss/PD_subReg?serviceid=xxx-xxxxxxxxxxx&osversion=4.6.0.92&model=...

 

notice that i use mds to connect to the network

 

 

i dont know why i got 403 forbidden response.

can i register to http://pushapi.eval.blackberry.com with ";deviceside=false" ?

or some parameter is wrong in my url?

 

thanks.!

 

 

Please use plain text.
New Developer
rapters1983
Posts: 17
Registered: ‎02-11-2010
My Carrier: verizon

Re: Push client-sample-app registration got 403 error

one more question , if my push initiator is deployed in a BIS server. can devices with bes network receive the push message pushed by my server ?

 

Please use plain text.
Regular Contributor
mdicesare
Posts: 78
Registered: ‎04-28-2010
My Carrier: Rogers

Re: Push client-sample-app registration got 403 error

Unfortuantely, as far as I know, you cannot subscribe to the BPAS server using the simulator.

 

As long as those BES devices have BIS service book they should be able to receive the pushes sent through the BIS push server.

Please use plain text.
New Developer
rapters1983
Posts: 17
Registered: ‎02-11-2010
My Carrier: verizon

Re: Push client-sample-app registration got 403 error

Thanks. if the simulator cant register to BPAS . so that wil be a big problem for development . because cant be debug on PC.

Please use plain text.