-
Notifications
You must be signed in to change notification settings - Fork 92
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Android (PlayStore) : Branch SDK Params empty on background state #264
Comments
I'm experiencing a similar issue. When the application is killed, and I open it by clicking the link, all data is available. However, if the application is in the background, and I click the link, I only receive the following two pieces of information: {+clicked_branch_link: false, +is_first_session: false}. |
Can you tell me which version of the package and which version of Android? Is this problem only with the play store version? |
@andrehmarcilio thanks for your comment, exactly the same for me. @RodrigoSMarques ,Yes this issue appears only on playstore when app is in background. The behavior is :
Package version Build gradle Do you need more informations ? As reminder, there is no problem with this version on debug. |
I'm using the latest package version (7.0.1) and testing on Android 13 (API 33). The Gradle configurations are as follows:
I'm currently running the app in release mode (on a physical device); the version with the DeepLink implementation is not yet available on the Play Store. |
Hello @RodrigoSMarques , Thanks for help. |
At the moment I don't have any applications published on the Play store so I can't analyze them. I searched the Branch for Android repository for this issue and didn't find any similar issues. Did this problem start with version 7.0.x? Did you use previous versions of the package (6.9.0)? As it is a problem that only occurs in the play store release version, I cannot identify any problems with the package. It could be something in the native SDK layer. Maybe I'm missing some rules in R8. I have no way to analyze it. |
Is this problem only with version 7? Does it happen in version 6.x.x? |
Hi @RodrigoSMarques , The listener retrieves successfully data on background with the version 6.9.0 contrary to last one. |
Hello @RodrigoSMarques , I echo @SkilyFrance observation. The issue resolves when reverting to version 6.9.0. I conducted local testing in release mode. Appreciate your assistance. |
hi @SkilyFrance and @andrehmarcilio I fixed the bug, but I need help testing the changes in different scenarios. Can you help me with testing the new version before publishing it on pub.dev? Update #flutter_branch_sdk: ^7.0.1
flutter_branch_sdk:
git:
url: https://github.com/RodrigoSMarques/flutter_branch_sdk.git
ref: v7.0.2-dev I'm waiting for the test results. Thanks. |
Hi @SkilyFrance and @andrehmarcilio . Did you take the test? |
Fixed in version 7.0.2 |
Hello,
I have implemented this package on my production app.
Works fine on iOS (Debug/Prod) and only in Android (Debug).
My issue is about the Android Playstore version : When my app is in background , and I click on the Deeplink, the app opens successfully but receives an empty data from the link.
Info : This test has been done with the same link (App killed and on background). So, it contains all datas.
The background state works fine on debug but not on production (Playstore).
I have added the SHA256, from PlayStore on AppLinks Cert Fingerprints, and check my AndroidManifest but no fix seems to work.
Could you help me to find a way to fix it ?
Best regards,
Guillaume
The text was updated successfully, but these errors were encountered: