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.
我在苹果商店上传了一个应用程序,我需要检查有多少使用我的应用程序的用户安装了 ios5/6/6.1/7。可以在谷歌商店查看安卓的统计数据,我们如何为苹果做呢!
您需要发布到[UIDevice currentDevice].systemVersion某种REST api类型的帖子,因为 Apple 不提供这些统计信息
[UIDevice currentDevice].systemVersion
REST api
尽管那里有大量像 Flurry 这样的分析库,但听起来您正在寻找可能有助于您在商店中生活的东西的东西。如果您的应用有任何网页查看功能,例如“产品”页面。您可以通过使用谷歌分析检测网站来查看浏览器/操作系统/设备统计信息。