06-21-2011 12:39 AM
Hi friends,
I am using urban airhsip for push notification. I am calling an autostartup for registeration of RIM push key. the issue is it doesnt comes to foreground. but background process working fine. The code i am using is shown below.
I am using jde 6.0
Thanks in advance.
Regards,
Sathish
06-23-2011 12:26 PM
You mean come to the foreground when you click on the icon? Have you created an alternate entry point for this? Where is _uiApp set?
Set up an alternate entry point for an application
06-23-2011 12:40 PM - edited 06-23-2011 12:46 PM
Yes sohm,
I created a alternate entry point according the your attached link already.
My full java code of main can be accessed in the following link
My problem is some time it come to foreground process in normal & some time it takes very long time to come to foreground process. It makes the blackberry homescreen freeze.
I set project properties according urban airship blackberry_app_descriptor.xml and created the alternate point.
Regards,
Sathish
06-23-2011 02:31 PM
I'm not familiar with urban airship. What action triggers the delayed foregrounding of your application? Clicking on the icon or does something else bring it up?
Have you stepped through or profiled the code to see what line is causing the delay?