Questions tagged [blackberry-push]
31 questions
7
votes
4 answers
Blackberry push notification implementation
How does one implement a push notification for a blackberry app?
I heard that in order to do so I need to purchase a Blackberry Enterprise Server which costs me 1400 per year. Is this true? Where is a good starting point in implementing push…

erotsppa
- 14,248
- 33
- 123
- 181
5
votes
2 answers
Android-Blackberry GCM: Can't register ported android app to GCM services
We are having some issues registering our device so we can get push notifications in our android ported app.
Here's our scenario:
-We have a Blackberry 10 Dev Alpha device with OS version: 10.0.9.388
-Already registered to the push service
-Created…

ale.m
- 883
- 7
- 14
4
votes
2 answers
Blackberry Push Service Initiator on IIS/.NET
I need to send push notifications to a Blackberry device from my ASP.NET application. What is the best way to do it? Are there any .NET libraries? Do I need to compile a PAP request by myself or something like this?

Mike
- 2,065
- 25
- 29
3
votes
1 answer
BlackBerry push notifications: Is TomCat / MySQL really needed?
There doesn't seem to be a huge amount of information regarding BlackBerry's push technology. The only thing I wish to accomplish is to send notifications to blackberry devices as they become available.
Do I really need TomCat and MySQL for this? My…

Submerged
- 646
- 1
- 10
- 16
2
votes
0 answers
Invalid Url Parameter when register with bis push service
When I register with BIS Push from my app it throws an IOException with message invalid url parameter I do not understand why this is happening.

Kotibab
- 85
- 1
- 1
- 7
2
votes
0 answers
Blackberry not receiving push notifications
I am trying to receive push notifications to our blackberry devices running software version 10.2.x
I am able to post to the blackberry push eval service and receive the status code code="1001" desc="The request has been accepted for processing."…

Simalam
- 359
- 1
- 8
2
votes
1 answer
Blackberry push notification tutorial
I have registered with RIM for the push notification evaluation. But i cant find good sources for implementing push notifications. There are some samples in the sdk but i couldnt find out a way to implement them. So, i am looking for a good tutorial…

Rahul Kalidindi
- 4,666
- 14
- 56
- 92
1
vote
2 answers
How to integrate with Blackberry Push Service from .NET
Is there a simple way to initiate push messages to RIM's "Blackberry Push Service" from .NET? The documentation only discusses using the Java SDK. I'm not familiar with how to interop with Java from .NET (and I can't find any documentation on the…

JeremyWeir
- 24,118
- 10
- 92
- 107
1
vote
0 answers
Blackberry App not working on BIS
My BlackBerry App sends a message to the server over a webservice.
The server communicates by replying or sending a message to a web service.
The web service routes the message received from the server back to the BlackBerry App as a Push message.
I…

Raghav Chopra
- 527
- 1
- 10
- 26
1
vote
1 answer
Keep getting TOO_MANY_REGISTRATIONS from blackberry push registration
I am trying to port an android project to a BB10 app. I have followed the instructions to implement BB Push as closely as I can. I have successfully registered one of our apps on push, but when I try and register another the server returns with…

Rikus Louw
- 78
- 7
1
vote
1 answer
Unable to Test BlackBerry PushService SDK on Simulator
I am Java Developer but recently I got some project related to BlackBerry Push Service implementation. My objective is to write the server side implementation for the Push Initiator i.e. the content provider. but to test this I need to use some…

Sandy
- 972
- 5
- 15
- 28
1
vote
0 answers
Blackberry java BIS-Push client sample
I want to implement a simple blackberry push client application for studying purposes. I tested the sample given by RIM successfully. I found great simplified client sample java codes from the "Simplified BIS-Push client sample" but I don't know how…

Grant
- 4,413
- 18
- 56
- 82
1
vote
0 answers
How to develope server side application for Blackberry Push Notification(Facing Error)
I am using below code to make notifier on server for Blackberry Push Notification, but getting error showing below.
Can anyone help me please to develope server side application for blackberry push notification in java.
Exception in thread…

Shivang
- 935
- 8
- 18
1
vote
1 answer
BlackBerry Push Service SDK - BPS server URL
In order to understand how the Push service in BlackBerry is implemented, I have installed the Push Service SDK and following the Push_Service_SDK-Getting_Started_Guide. Following ths steps thoroughly, on "Registering" myself from the app, I got the…

Sarah
- 1,895
- 2
- 21
- 39
0
votes
2 answers
Push notification in Blackberry debug portal Address field value
i give following error in blackberry push debug portal when i submit the push.
Blackberry debug-portal ---- > push Management --->push
Address filed:
2002 The address specified was not in a recognized format or was not valid or unknown (i.e Not…

Megha
- 1,581
- 2
- 18
- 33