I have installed amplitude in ios project. I am able to send events to amplitude. I am able to see the events in dashboard.
But i am not able to see the app close event in dashboard.
Pleas find attached code below.
func applicationWillTerminate(_ application: UIApplication) {
Amplitude.instance()?.logEvent("APP_CLOSED")
}