Hi all,
I'm working on a mobile application and run in android device, but I got issue when access the app by link in email.
- When I open the mail, click the deeplink and it took me to Login screen of the app, anf the URL is my home screen
I login and can go to the home screen.
- Then I log out, open email and click on the deeplink again, it also took me to the Login screen of the app but the URL is not my home screen, it Login screen, that's why I couldn't go to the home screen, it always in Login screen
Do you have any idea to fix this case? Also I want to have the inputparameter tin the URL such as <DomainName >://<ModuleName> /<ScreemName>/?<InputParameter>=<Value> , do you know how to implement this use case?
I attached my oml below.
Thank you for you time.
Bella
Hi @Bella Nguyen,
That's pretty obious. Because your home-screen is not accessible by the anonymous users right? So, the deeplink will definitely redirect the e-mail reader to the login screen. Upon successful login, the user will be redirected to the intended screen.
Best Regards,Ananya
Yes, the anonymous users can't go to Homescreen directly without login, but in my case, even user login successfully, they still in Login screen instead of go to Home screen. I'm stuck there
@Bella Nguyen It seems like there are some issues with your URL in On Load Complete of your splash screen. Can you please check and update that.