I have a problem with conditional actions that I can’t get to work properly.
Here is what I want to do:
When a user logs in, I want to send them either to a “dashboard” screen or to a “subscription” screen depending on a true or false “subscription” field.
Don’t use conditional actions right after login - they may not work properly. You can search the forum - this has been discussed several times.
You need to add an additional “interim” screen. Right after login send users to this screen. In turn, on the interim screen you can add two (or more) conditional “on-screen-enter” actions.
Good morning! I too have had this issue! I ended up using a landing screen that everyone sees and then having two buttons that are visible based on login status. This also helps because sometimes Apple rejects my apps when I have features that do not require logging in.
Sur cette captiure d’écran tu as défini ta Homepage comme étant le dashboard, OR tu devrais mettre la page Login 2 en tant que Homepage (l’icone maison). Sinon, a chaque fois qu’un utilisateur est connecté il ira sur le dashboard