gpt4 book ai didi

ios - Amplitude 未记录 "applicationWillTerminate"iOS 中写入的事件

转载 作者:行者123 更新时间:2023-11-29 05:30:00 24 4
gpt4 key购买 nike

我已经在ios项目中安装了amplitude。我能够将事件发送到振幅。我能够在仪表板中看到事件。

但我无法在仪表板中看到应用程序关闭事件。

请在下面找到附加的代码。

func applicationWillTerminate(_ application: UIApplication) {
Amplitude.instance()?.logEvent("APP_CLOSED")
}

最佳答案

从以下苹果文档中, https://developer.apple.com/documentation/uikit/uiapplicationdelegate/1623111-applicationwillterminate

Your implementation of this method has approximately five seconds to perform any tasks and return. If the method does not return before time expires, the system may kill the process altogether.

我猜测记录此特定事件的过程需要超过 5 秒才能执行,因此会被强制终止。

关于ios - Amplitude 未记录 "applicationWillTerminate"iOS 中写入的事件,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/57693303/

24 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com