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
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.
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.