有谁知道可用于收集应用程序使用数据的 Cocoa/Obj-C 库
我希望能够收集信息,例如打开某些窗口的频率、访问什么类型的用户数据、单击菜单项的频率等。有谁知道第 3 方(开源或商业)Cocoa/Obj -C 库或插件可以让我收集这些信息吗?
I would like to be able to gather info like how often certain windows are opened, what types of user data are accessed, how often menu items are clicked, etc. Does anyone know of a 3rd party (open source or commercial) Cocoa/Obj-C library or plugin that would allow me to gather this info?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
我过去使用过捏媒体,它们与 Flurry 合并。库使用起来很简单,大约 40 分钟即可完成设置。
I have used pinch media in the past, and they merged with Flurry. Library was simple to use and was setup in around 40 minutes.
我不知道有什么库可以做到这一点,但至少要了解用户何时切换前端应用程序,您可以安装这样的事件处理程序:
...并且当收到回调时,您可能会获得当前的前端应用程序进程:
I don't know any library for that but at least to get informed about when the user switches the front application you can install an event handler like this:
... and when receiving an callback you may get the current front application process: