android - Meteor: how to detect a new user to display an app intro screen? -
how know user first time user?
needs work anonymous users (before they've logged in) , must remember if user has dismissed intro screen after updates of app.
this web , mobile app (android , ios)
thanks!
when use dismisses intro screen, store persistent session variable. check package https://github.com/okgrow/meteor-persistent-session more information.
before displaying intro message, check session variable set.
Comments
Post a Comment