How can I learn which devices/OS versions my iOS app is being run on?

拥有回忆 提交于 2019-12-03 14:19:20

Hi maybe "Testflight Live" could help you.

As far as I know Testflight is allowed by Apple.

https://testflightapp.com/sdk/live/

I've heard of people using UIWebViews to connect to a webpage with a counter. The counter is incremented each time a page is accessed, and the pages are separated by feature/UIView. This way the developer can tell which features get the most usage.

As far as device data, you most likely are looking at rolling your own tracking mechanism, probably going through a server like Google App Engine that's set up to receive your data.

I made this an answer so I could continue to check back, because I'd like to know some more info as well. I voted up your question and favorited it

Good luck, sir

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!