06-20-2012 12:17 AM
Hi
I am new in blackberry developement , some body ask me, have you work on post notification?.actually i search lot but not found anything .is there any sample code or example for post notifation so that i can understand .
Thanks in andvance .
Regards
06-20-2012 01:40 AM
Hi There,
you need a server side code to post notification on blackberry port.
you can get the sample code for server side.
simons posted code for client side code search it in forums.
06-20-2012 01:54 AM
Hi
Actually i am begineer in blackberry if you have running code then please send me from this i wiil not able to understand.
Can you give some idea how to get this thing
public static final String BLACKBERRY_PUSH_APPLICATION_ID =; //"your blackberry application id goes here";
public static final String BLACKBERRY_PUSH_URL =;//"http://pushapi.eval.blackberry.com";
public static final int BLACKBERRY_PUSH_PORT =//port, as an integer;
// Urban Airship Push Settings for your application. From the Details tab
// for your application @ http://go.urbanairship.com
public static final String _APPKEY ="" ;";
public static final String _APPSECRET
06-20-2012 01:57 AM
Hi There,
sorry i won't give any code please check urban air sample code.
before you have to register to blackberry push services then you will get the port number and application id etc.. thing they will send you.
Please check this link
06-20-2012 02:03 AM
06-20-2012 02:15 AM
After successfull registration blackberry will send those details after 4 or 5 business days with the specified email you mentioned in the registration.