i have searched on google but not able to know which event/method is called when the application finishes its installation successfully.i am lookin something like
if(isAppInstalled) {creating a soap method and sending tags to web service}.
any suggestion?
thanks.
i have searched on google but not able to know which event/method is called
Share
This is not possible. You will have to wait until the user launches your app to be able to execute any code.