First run welcome popup?

Hello!

Want to know that how can we set a welcome popup or message dialog that shows only on first run of the app and never show again until app updates or uninstall??

2 Likes

Use notifier with tinyDB.
When user install app set notifier to welcome message.
After user click ok button store some value to tinyDB.
When user reopen app retrieve data.
If data is empty notifier will not send notification other it will.

Nick.

Can you show us an example?

Yes , maybe in hour.

Components Used :

image

Blocks image :

image

sample .aia file :

App.aia (1.9 KB)

2 Likes

Don’t forget to :ballot_box_with_check: if you got solution.

1 Like

Bro, you used progress dialog and it keeps showing without ending.

Use message dialog instead of it.

I used message dialog, but it popups everytime i open the app.

Wait i will send you new file.

Ok, thanks. :+1:

see this new image works fine :

image

12 Likes

Thanks. This works like charming.

1 Like

Thanks bro it works.

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.