It is possible to show a pop-up when a user sign in?

Hi Gliders,

I’m making an app that has paid plans and free plans, but i want to show to free users, everytime they sign in, a pop-up to invite them to purchase a plan.

can i do this? or any alternative to it?

thx!

It’s not possible to trigger something like that on every sign-in, but you could do something based on elapsed time.

That is, you could have a screen or component that appears, and when the user dismisses it, a timer is set - say 24 hours in the future, for example. Then after 24 hours, the same screen/component appears again.

2 Likes