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

前端 未结 2 1545
生来不讨喜
生来不讨喜 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

    0 讨论(0)
  • 2021-02-15 14:28

    Hi maybe "Testflight Live" could help you.

    As far as I know Testflight is allowed by Apple.

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

    0 讨论(0)
提交回复
热议问题