-
Notifications
You must be signed in to change notification settings - Fork 325
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
AppLink not work when link opened in the conditions apps not opened #109
Comments
I Have the same issue. getInitialLink is always returning null... Maybe when upgrading to Null safety something was done? |
Otherwise it will always return If you do start from such a link, then you should check if you've configured your app and server (only if using Good luck. |
@avioli, |
I was facing the same issue when tapping a Push notification resulted in cold-starting the iOS application, I fixed it here #129 |
I'm have an issue when i open the link.
When i click the link in the conditions apps already opened, the applink successfully and open the detail item screen.
But when the apps is not opened then i click the link, after that the application open but the function getInitialUri is not return anything, so my apps is not routing into detail item screen.
When i check in the console, there is nothing error found.
Can you give me solutions for this?
The text was updated successfully, but these errors were encountered: