I have an application that receives push notifications and it registers for push notifications in a background app. The background app is configured as an alternate entry point.
So in all I have two applications and I want to create an alx file that can reference both applications. I want my deployed ALX to to register for push notifications with my server in the background and when I touch the app icon, it should start the normal UI functionality.
I am using BlackBerry jde for development.