Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我遵循 Flurry 的安装:https ://developer.yahoo.com/flurry/#swift1 ,我可以跟踪用户事件和用户会话。
我现在的问题是,我可以在我的 Iphone 6 上跟踪一个按钮,但不能在我的 Iphone 5 上!在我的 Iphone 5 上,它只跟踪用户会话。
我用 Xcode Swift 编写了我的应用程序。有什么解决办法吗?
问候,迈克尔
事件数据很可能已经存储在您 iPhone5 的磁盘上。您需要使用主页按钮关闭应用程序或重新启动应用程序以保证事件数据报告回 Flurry。