I want to add an option for subscribing the push service provided by a client. For that they only gave me a server side link and no other information. I want to know how can I use the link to subscribe the push service provided by the client. The link is like 184.106.138.65:8443/pushsdk/subscribe ;
Does the AlertListener interface works globally on all alerts on the blackberry device, or does it only work with alerts generated by your application? In other words, can I use this interface to ...