Is there something like applicationDidBecomeActive

For my new iOS app i need something like an event handler which gets active when the is activated.
In the Apple documentation i found the applicationDidBecomeActive method. Is there something similiar in xojo?
I found an old thread with the same question, they recommended to use the timer, but if i “close” my app with the home button, the timer doesn’t stop.

Best, Matthias

Using improvediosapplication from this thread Activate/Deactivate event doesn't fire

You will get more events in the application class, including didbecomeactive

Sorry for the lowercase words, currently writing from my phone

Hey Jeremie, thanks a lot. I will give this a try.

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