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

Link doesn't open the app when the app is installed from TestFlight (from Xcode everything works good) #359

Closed MishaPadalka closed 3 months ago

MishaPadalka commented 3 months ago

Keep the template and provide all requested information:

Describe the bug A clear and concise description of what the bug is. When the app is installed from TestFlight and app is killed, after clicking the link the app is not opening (just Google page opens because in configuration settings it is using for the case when the app is not installed) (the same case when app is installed from Xcode works good). When the app is from TestFlight and in background mode - after clicking the link the app is not opening, but when you open the app by yourself, all logic created for handling link appears (in my case it is redirect with the parameters from link). On Android APK everything works good. To Reproduce Steps to reproduce the behavior:

  1. Install app from TestFlight
  2. Generate link
  3. Click on link from notes
  4. Google page opens ( in configuration settings Google is using for the case when the app is not installed)

Expected behavior App should open after clicking link

Screenshots If applicable, add screenshots to help explain your problem.

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

Add any other context about the problem here.

RodrigoSMarques commented 3 months ago

Describe the bug A clear and concise description of what the bug is. When the app is installed from TestFlight and app is killed, after clicking the link the app is not opening (just Google page opens because in configuration settings it is using for the case when the app is not installed) (the same case when app is installed from Xcode works good). When the app is from TestFlight and in background mode - after clicking the link the app is not opening, but when you open the app by yourself, all logic created for handling link appears (in my case it is redirect with the parameters from link). On Android APK everything works good. To Reproduce Steps to reproduce the behavior:

My first suggestion is to update to the latest version of the plugin (8.1.0) and do new tests.

Version 7.x.x had several open issues regarding opening the app via a link.

In the latest version, the problems seem to no longer occur.

RodrigoSMarques commented 3 months ago

You have verified that the integration with the SDK was successful: FlutterBranchSdk.validateSDKIntegration();

RodrigoSMarques commented 3 months ago

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