Show settings page on first launch

Hello,

I am trying to create a settings page where user will ON/OFF notification for the application which should appear when user will open app for the first time after installing , it should never come up again for any other launches of the app.

Can anyone please guide me that how can I implement in IONIC 3?

Every time I’ve ever done this I’ve regretted it and gone back and rethought things. There always turns out to be a situation where for whatever reason the user wants to go back and redo something that is thought to be only a one-time thing.

That being said, you can look at the conference app’s handling of the tutorial feature for the general idea.

1 Like

Thanks for the solution.