2

i have implemented AppLinkin in my flutter app, and it works good, but i want to avoid the behaviour to open a new app instace

In android i'm using singleTask in launchMode

Android Single task mode

Also using this package app_links to handle the link each time the user tap the link. but I only get the link, without the info, like this: https://myApp.drcn.agconnect.link/linkId

I want to know if exist a way to get the info from the link, knowing that the api is already released

zhangxaochen
  • 32,744
  • 15
  • 77
  • 108
Jonathan Ixcayau
  • 567
  • 3
  • 14

1 Answers1

0

As confirmed by the team, the getAppLinking function is not supported in the singleTask launch mode. Currently, only the standard launch mode is supported.

For details, you could refer to this Docs :

enter image description here

zhangxaochen
  • 32,744
  • 15
  • 77
  • 108