Comment on New Apple Developer Guideline Bans Apps That Promote Other AppsComments−dirkdk13yApple should rank apps based on actual usage not downloads.On the web we call unique users vanity metrics, and monthly active users the real deal. Why not the same for mobile?−SoftwareMaven13yBecause I really don't want Apple tracking every time I open any app.−matwood13yYou seem to think they don't already track this. I don't know what Apple does, but it's trivial to hook up Google Analytics to any app you create.−te_chris13yI can put a network call in didFinishLaunchingwithOptions: and do that now easily.
Comments
Apple should rank apps based on actual usage not downloads.
On the web we call unique users vanity metrics, and monthly active users the real deal. Why not the same for mobile?
Because I really don't want Apple tracking every time I open any app.
You seem to think they don't already track this. I don't know what Apple does, but it's trivial to hook up Google Analytics to any app you create.
I can put a network call in didFinishLaunchingwithOptions: and do that now easily.