Is there a way to get a notification or otherwise run some code in the application when the application is installed but not yet running? I want to send a notification to our server when the application is installed. Please note that I am not going to do something the first time I launch the application, but rather immediately after installing it.
I guess this boils down to the desire to automatically launch the application in some way after installation, which is similar to what Apple will not allow. I hope I'm wrong.
Edit: Let me try to make this question a little silly / impossible. I am not trying to run the code without running the code. I would like to find out if there is a way to get the timestamp when the application loads, as opposed to when the user first starts it.
Thank!
source
share