02-21-2011 09:50 AM
Hi There
When I try to run Simplified BIS-Push client sample application which is provided by support of this forum is not working. I'm creating a sample application then i'm putting example files which is downloadable from this url is not working. It's throwing an exception that
[0.0] Starting to listen for push messages through 'http://:29325;deviceside=false;ConnectionType=see
Where is the mistake ?
09-05-2012 07:33 PM
I have this same problem.. any solution?
09-14-2012 06:33 AM
Sunday
hello simon,
i used your sample code and called it with bellow code
new pushAgent();
i placed above code on mainScreen, the complete code is like below
public final class MyScreen extends MainScreen
{
public MyScreen()
{
new PushAgent();
....but, when i start the app, its doing nothing. i received no error nor success message.
please help me... what should i do?
yesterday
Hi,
You might want to check out the sample and developer guide for building a push app using Java here:
https://developer.blackberry.com/devzone/develop/p
Thanks,
Matt
yesterday
@mdandrea thank you, i have already tried the sample on link you give, but its too complex for me. i think the sample from simmon is more simple