05-11-2011 04:30 AM
Hi there,
I managed to craft a C# web app that invokes the push requests successfully, but now I need to build a client application that should first register the device with BPAS and listen to the push requests. I need a sample in its simplest form (just registers the device and listens to push messages)
Another question is; after the client registers itself with BPAS, do we need to register it with the Content Provider application? I guess there's no need to do so if we are using the "push_all" parameter as address?
Thanks in advance,
Burak
09-15-2011 05:42 AM
Hi , I am confused that how will i be able to fetch the address list , which is used to send push in the java code through " pushMessage(Vector pins, String msg) " . If a user registers for push from the client side . how will i get to know their addresses.
Kindly Help
Thanks
Sachin
09-21-2011 05:52 PM
BlackBerry has had their push solution before Apple, Android, Nokia, etc... Push has been BlackBerry's strong point from the beginning. Its quite powerful if you learn about it - does way more than what the other offerings have.
If you are a Java server side developer, you should be using the Push Service SDK, high level or low level APIs to help you send your push. Makes your life so much easier. C#, php, etc... you don't have an SDK offered by BlackBerry.
10-17-2011 01:03 AM
12-02-2011 03:04 AM
Hi,
I want to test any example push notification can any person help me(server and client ). I installed SDK push but I didn't understand how to use it. Is that SDK push is used just to test server part. Can any one explain to me what are the steps to get the notification. I get registration with the BlackBerry Push Service. I tried also to run the sample-push-enabled-app. But I obtain an error when I register login and paswword.
thanks
12-14-2011 05:21 PM
09-03-2012 12:41 AM
Just implemented the push sdk in my app. Client gets successfully registered and i used the curl php code for server side.When i push message from server side i got this resposne:-
Our PUSH-ID: 1346400461.1816
PUSH-ID: 1346400461.1816 REPLY-TIME: 2012-08-31T08:07:41Z
Response CODE: 1001
Response DESC: The request has been accepted for processing.
In console i saw that one icoming message from the same ID(1346400461.1816). In device , on top right corner we see the busy icon which reveals that message arrived on the device but the issue is we can't see the push message . I have disabled the firewal from the device. The device has active BIS plan. Guys need your help .Waiting.......................
09-03-2012 08:32 AM
Just implemented the push sdk in my app. Client gets successfully registered and i used the curl php code for server side.When i push message from server side i got this resposne:-
Our PUSH-ID: 1346400461.1816
PUSH-ID: 1346400461.1816 REPLY-TIME: 2012-08-31T08:07:41Z
Response CODE: 1001
Response DESC: The request has been accepted for processing.
In console i saw that one icoming message from the same ID(1346400461.1816). In device , on top right corner we see the busy icon which reveals that message arrived on the device but the issue is we can't see the push message . I have disabled the firewal from the device. The device has active BIS plan. .Waiting.......................
09-04-2012 09:14 AM
Yes, the production and evaluation environments should behave the same, except that in eval you are much more limited in the total number of pushes you can send. What differences are you seeing?
09-04-2012 09:15 AM
hobby_johals,
What push-enabled application on your device are you using to receive pushes?
Thanks,
Matt