简体   繁体   English

如何查找不同iOS设备(非OS版本)上的用户百分比?

[英]How to find percentage of users on different iOS devices (not OS versions)?

How to find percentage of users on different iOS devices (not OS versions) ? 如何查找不同iOS设备(非OS版本)上的用户百分比? Is there a source from where I can get this information. 是否可以从中获取此信息的来源。 It would help developer to decide whether go through pains of supporting older devices and sometimes even iPads. 这将有助于开发人员确定是否需要支持较旧的设备(有时甚至是iPad)。

For the iPhone you can look it up at Wikipedia: http://en.wikipedia.org/wiki/File:IPhone_sales_per_quarter_simple.svg And for the iPod Touch it will be likely the same. 对于iPhone,您可以在Wikipedia上查找它: http : //en.wikipedia.org/wiki/File : IPhone_sales_per_quarter_simple.svg对于iPod Touch,它可能是相同的。 But in general your App should run fine on at least the 2nd Gen Devices. 但通常来说,您的应用程序至少应在第二代设备上运行良好。

If this is for your own app, you can at least get iPhone / iTouch / iPad from Google Analytics. 如果这是您自己的应用程序,则至少可以从Google Analytics(分析)中获取iPhone / iTouch / iPad。 If you're using Flurry or something else, this article suggests some ways to send the data yourself, though technically Apple doesn't approve it. 如果您使用的是Flurry或其他工具,本文将建议您自己发送数据的一些方法,尽管从技术上讲,Apple并不赞成。

How can I learn which devices/OS versions my iOS app is being run on? 如何了解我的iOS应用正在运行哪些设备/操作系统版本?

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

相关问题 如何在具有不同版本 iOS 的真实设备上运行 XCUITest? - How can I run XCUITest on real devices with different versions of iOS? 如何了解我的iOS应用正在运行哪些设备/操作系统版本? - How can I learn which devices/OS versions my iOS app is being run on? 使用不同版本的iOS的用户的统计信息 - Statistics of users using different versions of iOS 如何确定使用iOS版本的用户百分比? - How to determine the percentage of users using a version of iOS? 如何查看我的用户在哪些设备上的百分比? - How to see what percentage of my users are on which devices? 在iOS中的不同OS版本上运行时,插座的某些部分未显示 - Some Part of the Outlets are Not Showing While Running on Different OS Versions in iOS 支持旧的iOS版本和设备 - Supporting old iOS versions and devices 就像google拥有适用于os版本/设备的官方统计信息一样,使用ios5 / 4.x的%设备的任何苹果统计信息都可以吗? - Just like google has official stats for os versions/devices, any apple stats for % devices using ios5 / 4.x? 不同的Xcode版本和越狱设备 - Different Xcode versions and jailbroken devices iOS如何处理不同版本的图像? - How does iOS handles different versions of image?
 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM