How do I verify that the user has installed the application for the iPhone?

We provide advertising opportunities to customers of iPhone applications, where they can advertise applications to millions of users on a social network and stand out among a large number of applications in the application store.

Now, to prove ROI, we also want to provide statistics on how many users actually installed the application using our advertisements on the social network.

My question is:

  • How to check if the application is installed by the user (when the user clicks on the advertisement and we take the user in the App Store (on a mobile device) or on the itunes page (on a PC / Mac))

  • Is there a way to integrate with the developer interface to get this information?

Thanks in advance.

+5
source share
3 answers

This is a broad question, and there are some simple solutions that may require some work. Apple does not provide you any feedback on when the application is installed. Assuming you keep a click on the ad on the server, you will need to match this click with what you send when the application opens for the first time.

  • ( ) , , , . MAC- -, UIP-. -, HTTP- , .

  • -, IP-, , .

, , . , , , .

+1

, , : P

.

​​.

  • , userInfo UDID.

  • webservice applicationDidFinishLaunching ( NSUserDefaults ) .

  • FLURRY . . !

+1

, iTunes, , .

I think you can track the conversion if you need to provide information (such as an email address) before sending them to the AppStore, and then require them to enter the same email address after opening the application.

0
source

All Articles