hi,
I am developing a iphone uiwebview based application to load an web application url by getting the user credential from a login screen,as i have username and password which are required to communicate with the server on the other end with web services,i want to make an alert with some data to the user once after he logged into application.
But can i able to give that alert even he closes my application if then please suggest me how to do so?
I mean can i run any background service that can allow me to communicate some server with webservice calls and alert the user?
Thanks in advance......