Onboarding view isn't showing on device but does in emulator

I use an expression to determine which view to show when opening the app.

IF(
IN(
USEREMAIL(),
USERS[USER_EMAIL]
),
“ENCOURAGEMENT_DAILY”,
“ADD NEW USER”
)

But when testing the app, it is loading the Launcher view, which use to be in the expression. I switched it to the above yesterday but can’t get the app to use that. I’ve synced it multiple times. In the past, I’ve had to delete the app and re-install it to get some app changes to propagate to the App on the phone. That doesn’t seem correct.

I found something similar but don’t want to have to delete the app to make it work. My eventual users would have trouble with that. App update not working

Is there a way to force the app to load the most recent change, without the user having to delete it and reinstall?

I’m still in Prototype mode.

0 5 487
5 REPLIES 5
Top Labels in this Space