ios - Check how many users launch my apple application on their devices? -


this question exact duplicate of:

i have published application on apple store, , hope know how many users launch application on devices.

but how can know it? need implement sort of code in application? if yes, implement next version, because first version on apple store? need help, thank you!

you can use google analytics counting active users using below code

id<gaitracker> tracker = [[gai sharedinstance] trackerwithtrackingid:google_tracking_id]; 

if want check unique users can use flurry or can web service.


Comments

Popular posts from this blog

html5 - What is breaking my page when printing? -

html - Unable to style the color of bullets in a list -

c# - must be a non-abstract type with a public parameterless constructor in redis -