Is it possible to make first time notfication

I want to make first time notfication

3 Likes

Yes, it is.
When App Opens Show the Notification.

And save a Value in TinyDB.
Next time App Opens Check TinyDB
if value present do not show Notification.

Screen1 Initialise
TinyDB Get Value

When TinyDB Got Value
if Got Value = 0
then Show Notification
TinyDB Store Value = 1

Here initial value of TinyDB while Blocking your App will be 0

2 Likes

Like, “Welcome!” ?
#off-topic
Sorry I didn’t see the answer from @ADDYLIN

2 Likes

Or For Push Notification : -

Hope This Helps…

5 Likes

Or as @ADDYLIN said you can also try this…

1 Like

it’s just the matter of concept,
possibilities are endless.

:muscle:t2:

3 Likes

Why not just use true and false…

Adding -
Ways are also Endless.

Thanks alot :partying_face:

1 Like

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