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
100 stars 90 forks source link

Ways to disable listening on non branch link #296

Closed ahkela21 closed 3 months ago

ahkela21 commented 8 months ago

Describe the bug Currently Branchio is listening to every branch link even though it is categorized as non branch link in the response, but this will block the universal link auth redirect response from Fluwx, is there any work around for this case?

To Reproduce Steps to reproduce the behavior: (only happened in ios, android is fine)

  1. Init branch listener
  2. Init wechat response listener
  3. Login with wechat
  4. response is capture by branch listener

Expected behavior response should be capture by wechat response listener

Smartphone (Please complete the following information. remove session if not platform):

RodrigoSMarques commented 8 months ago

Under review. Check if this is native SDK behavior or if it is something that must be configured in the Flutter plugin

RodrigoSMarques commented 5 months ago

I didn't identify a method in the Native SDK that allows you to ignore non branch Link.

Are you still having problems?

RodrigoSMarques commented 3 months ago

Closed. No activity in the last 14 days. If necessary open again.