P0SEID0N / BDOAPP

0 stars 0 forks source link

App - First time opening the app #4

Open P0SEID0N opened 4 years ago

P0SEID0N commented 4 years ago

Create a way to log when the user first opens the app on their phone (this should reset if they ever uninstall the app from their phone so using localstorage is actually a good solution here.

How it should work:

  1. When the app is opened run a check to detect if it is their first time opening the app
  2. A) If it is, then we do X
  3. B) If it is not then we continue as normal to the rest of the app.

This will make it such that we can do specific things or record information when the app is opened for the very first time on any one phone.