Is it possible to add an installation hook?

When my app is being installed, is there a way I can collect some environment information and post it to my server? So I can get some information like ip address, ios version, etc.

I noticed recently my app was installed dozens of times from apple store, but not being used. I’m trying to figure out what caused this. Even if my app sucks, one of those downloaders should at least give it a try before throwing it away. I cannot find any clue in apple’s developer console. Anybody met such a situation?

Thanks

No, you can only do things when your app is first started. People that download and don’t start are totally out of your control.