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

前端 未结 2 1544
生来不讨喜
生来不讨喜 2021-02-15 13:36

I understand that apple no longer allows me to send \"device data\" to third-party services. As a result of this, Flurry and presumably every other analytics company no longer c

2条回答
  •  失恋的感觉
    2021-02-15 14:25

    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

提交回复
热议问题