I’m also having this problem, but only for new user registration. “Dismiss initial view” works for a registered user in the log-in page. There also seems to be a difference between the app preview and the released / built code.
I’m using user authentication and only the login and registration screens are allowed to be accessed without authentication. Navigation is enabled and functioning.
After registration, a user can login by going to the login screen but the “Dismiss initial view” function does not take them there. They are suck on the registration screen.
(App ID: 369407)
The odd thing is that it works differently between the web-preview, the preview thru the Appgyver app (on the cell phone) and my released build on Google Play store.
In what I think is the most proper configuration:
App Preview Portal and on Appgyver App: SUCCESS
After the user sets up an account, hits submit, the auth token is returned and then “dismiss initial view” is called, it dismisses the initial view and goes to the defined “HOME” page.
Built/Released Code: FAILS
After the user sets up an account, hits submit, the auth token is returned and then “dismiss initial view” is called, it goes right back into the “Create Account” page. (I am using navigation and have defined a “home” page to go to after the user is authenticated"). The user can not escape and needs to exit the program. Upon existing the program, they can login with their new user name and password. I have attempted to change FROM “dismiss initial view” TO “Navigation: Login Page”. In this situation, after the user creates their account, they go to the login page, the login, and then they are returned to the “Create Account” page. In the App Preview Portal, this process works and the login goes to the home screen, not the “Create Account” screen.
I have the same problem on the iOS and Android releases. Debugging is difficult because I can’t seem to recreate the problem.