How to get info about an app is launching for first time?

This thread was migrated from an old forum. It may contain information that are no longer valid. For further assistance, please post a new question or open a support ticket from the Customer Support portal.

Hi All,

I have an intro screen which I need to show only if the app is launching for the first time after installation. Now is there any way to get this info in kony?

P.S. I'm asking for something like SharedPreferences (or similar) in Android where I can store data even after the app is destroyed. Don't want any answers wrt API token checking or logged in/logged out state coming from server.

Thanks!

@Svwvh Rvndvll​ : You can use store api's http://docs.kony.com/konylibrary/visualizer/viz_api_dev_guide/content/kony.store_functions.htm . In the preappinit, for the first time store some value to "firstlaunch". When you show the form you want, store the value as "launched" or something.