99
Views
2
Comments
Solved
Which action/event runs every time a user opens an app? Is it the OnApplicationReady?
Question

I want to know how often users open my app. I assume that I have to create a table, and whenever a user opens my app, an action creates a record. May I know which action/event runs every time a user opens an app? Is it the OnApplicationReady or something? Thanks

2018-11-09 08-41-56
Jimmy Klaver
Solution

Hi,

Im not sure about an event for that.

But I can imagine you can also check that during user log in or in one of the screen events of your entry screen ( oninitialize, Onready)

Hope that helps.

2019-07-02 14-20-37
Leen Rietveld

Hi,

Both OnApplicationReady an OnApplicationResume are used, depending on the operating system. I haven't discovered a pattern yet which one is used when, but when you check both you're safe.

Best regards, Leen.

Community GuidelinesBe kind and respectful, give credit to the original source of content, and search for duplicates before posting.