Detect app termination on iOS in Expo

Hello,

I have a general Expo on iOS question, Expo SDK version 44. I am currently monitoring for app lifecycle changes, and can see active, inactive, and background. However, in native iOS, there is an applicationWillTerminate app delegate event. Is there a way to hook into this even via Expo or any other way to determine when the app process terminates? I am using EAS, so if this isn’t natively supported in the vanilla Expo SDK, is there a path to achieving this via an EAS module?
TIA

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.