Closed deepss1 closed 5 months ago
Hi @deepss1
The problem has been identified and a new version will be released in the next few days.
From version 6.9 to 7.0, the SDK initialization was changed to allow the test key to be used via code via the FlutterBranchSdk.init
function.
This change impacted the correct initialization of the SDK.
Version 8.0 will return the previous mode.
I will be grateful if you can help with testing.
Hi @deepss1
The problem has been identified and a new version will be released in the next few days.
From version 6.9 to 7.0, the SDK initialization was changed to allow the test key to be used via code via the
FlutterBranchSdk.init
function.This change impacted the correct initialization of the SDK.
Version 8.0 will return the previous mode.
I will be grateful if you can help with testing.
Thanks for confirming.
I can surely help with testing, loop me in when the version is ready.
Currently, I have made some changes in a forked version to initialise the old way.
On the iOS side, I only moved the checkPasteboard
function to be executed as soon as the app starts and rest all resides in the setupBranch
function and is initialised from the code.
This solved the issue for me.
@deepss1
Version 8.0.0 released.
Take the tests and report the results.
@deepss1
Version 8.0.0 released.
Take the tests and report the results.
Sure, I will be testing it out soon with iOS and share the results.
Closed. No activity/response in the last 15 days. If necessary open again.
Describe the bug initSession function does not execute for fresh install with version
7.3.0
listSession with version
6.9.0
used to work wellAnd LATD does not return anything for 6.9.0 and 7.3.0 in release
To Reproduce Steps to reproduce the behavior:
initSession
does not executeExpected behavior Expect the
initSession
to execute and get the link in the data withfirst_session
astrue
Smartphone (Please complete the following information. remove session if not platform):
Flutter: version: 3.13.9
Package version: 7.3.0
OS: iOS 17
Device: iPhone 13 mini, iPhone 15 Pro Max, iPhone 15, iPhone 13 Pro
Additional context
Things that I have tried to resolve the issue :
Purpose : Get the link the app was installed with, or get the campaign id of the facebook ad via which the user was redirected to install the app.
To be noted : The function executes when trying to run for the second time