05-13-2010
04:52 AM
- last edited on
07-14-2010
09:54 AM
by
MSohm
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?s
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.!
Solved! Go to Solution.
05-13-2010 05:52 AM
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 ?
05-13-2010 09:53 AM
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.
05-14-2010 03:54 AM
Thanks. if the simulator cant register to BPAS . so that wil be a big problem for development . because cant be debug on PC.