RodrigoSMarques / flutter_branch_sdk

Flutter Plugin for create deep link using Branch Metrics SDK. This plugin provides a cross-platform (iOS, Android, Web).
https://branch.io
MIT License
101 stars 91 forks source link

While app is in foreground, dynamic links not wokring. #284

Closed bhavykoshti closed 10 months ago

bhavykoshti commented 10 months ago

Describe the bug while the app is in foreground/recents and i click on the dynamic link to do specific task on the application it is not working. (Tested in the release application too)

To Reproduce Steps to reproduce the behavior:

  1. Generate a link from/package itself
  2. Put your app on the foregound
  3. Click on the link you generated
  4. It will take you to playstore not the application which is installed

Expected behavior It is a dynamic link, it should also work when app is in foreground

Devices Tested : Android : pixel 6 (Android 14), Redmi note 8 pro(Android 11)

RodrigoSMarques commented 10 months ago

Hello, I don't understand.

How did you click a link with the app in the foreground?

bhavykoshti commented 10 months ago

I got it i was just going to close this, the issue was the key was wrong i was using secret instead of the key, but i dont know how that worked for the killed application.