I am working on Push-notification Application. I got a demo from UrbanAirship & I got credentials from BB Push service. I have created an account on UrbanAirhip.
I have configured Blackbery Account in Urbanairship , It's asking for credential & Pushurl.
here are the credentials list which I got from BB Push Service
App ID: 3XXX-917XXX1317tr8o5714m4MXXXX2l7ak05hB3
Pwd: smnBI789
CPID (Content Provider ID): 0
PPG Base URL http ://cp(Your AppId).pushapi.eval.blackberry.com
Usage:BIS
Service Type:Essentials
I am passing http://cp3XXX-917XXX1317tr8o5714m4MXXXX2l7ak05hB3.pushapi.eval.blackberry.com
if i try to save url(Pushurl) with Prefix HTTP then its not work , however if i am save the URL with HTTPS its work.
I have Integrated it in Application and when I run app,it will give me Success(200 code). but here is problem raise with pushnotification,I am not getting any Test push when I send from Urban Airship account ..
May be any kind of setting for the pushNotification or its a BIS plan issue. Please suggest me on same.
Thanks.
Push Messagesin your device? Successful registration returns anrc=200code in the client app, i.e your device with an active BIS connection and Wi-Fi tured off. - SarahPush Message. Try sending the message now with theURLamended as mentioned by @WilliamSun below. - SarahString httpURL = "https://cpxxxx.pushapi.eval.blackberry.com/mss/PD_pushRequest";I have not worked with UrbanAirship so cannot comment specifically to it. - Sarah