Comment on New Apple Developer Guideline Bans Apps That Promote Other AppsparentComments−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
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.