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

c# - ReportViewer control - axd url -

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

jquery - Why is my content spilling past the bottom of the container? -