flutter-branch-io icon indicating copy to clipboard operation
flutter-branch-io copied to clipboard

Listen on link generated not called

Open thaitanloi365 opened this issue 5 years ago • 3 comments

Hi @blackmenthor ! in Android platform: This function FlutterBranchIoPlugin.listenToGeneratedLinkStream().listen((link) {}); never called unless App onResume.

When I debugged on Android, I found that this function buo.generateshorturl was not called, cause link was not generated.

in iOS, It's work perfectly

Please look and help to resolve it.

thaitanloi365 avatar Nov 06 '19 03:11 thaitanloi365

Hi!

I guess the app's onResume will always be called right after onCreate right? so it'll always be called anyway, or I'm missing something here?

blackmenthor avatar Nov 26 '19 03:11 blackmenthor

@blackmenthor yeah you are right, but generatedLink listener is not listen the genarate link

karansingla007 avatar Dec 11 '19 07:12 karansingla007

Hi @singlakaran I believe that this plugin is abandoned. There are many issues waiting to be answered. See this here: https://pub.dev/packages/flutter_branch_sdk

RodrigoSMarques avatar Mar 18 '20 12:03 RodrigoSMarques