-
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
Not getting link after fresh install #316
Comments
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 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 This solved the issue for me. |
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. |
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
The text was updated successfully, but these errors were encountered: