Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我在苹果商店发布了一个应用程序,希望知道有多少用户在他们的设备上启动了我的应用程序。
但是我怎么知道呢?我们是否需要在我的应用程序中实现某种代码?如果是,我会在下一个版本中实现它,因为我的第一个版本已经在苹果商店了?我需要你的帮助,谢谢!
您可以使用 Google Analytics 计算使用以下代码的活跃用户
id<GAITracker> tracker = [[GAI sharedInstance] trackerWithTrackingId:GOOGLE_TRACKING_ID];
如果您想检查唯一用户,那么您可以使用 flurry 或者您可以通过 Web 服务来执行此操作。