You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
my flutter project Initializing the SDK,when i finished,and Testing for Android, there has no request and response as mentioned in the doc.
To Reproduce
Steps to reproduce the behavior:
finish all the step of initializing the SDK with flutter guide
create the deep link and send to my email
uninstall my android app on the phone
click the email ,jump to play stroe, then install my app with Android Studio debug mode
open my app, and check the logcat output
Expected behavior
as mentioned, show the right logcat info as Testing for Android doc show
Screenshots
my logcat:
Smartphone (please complete the following information):
Device: Google Pixel4
OS: Android 13
Additional context
i put "appsflyerSdk!.startSDK();" in my logic code,that's say i do this on my MAIN page
sometimes kill and restart my application it works,en... i just debug it half day ago.
The text was updated successfully, but these errors were encountered:
👋 Hi @stanhe and Thank you for reaching out to us.
In order for us to provide optimal support, please submit a ticket to our support team at [email protected].
When submitting the ticket, please specify:
i fixed it by split initSdk() and startSdk() to diffrent place.
initSdk() may take some time, so do not call initSdk() and startSdk() in one method. bad code:
Describe the bug
my flutter project Initializing the SDK,when i finished,and Testing for Android, there has no request and response as mentioned in the doc.
To Reproduce
Steps to reproduce the behavior:
Expected behavior
as mentioned, show the right logcat info as Testing for Android doc show
Screenshots
my logcat:
Smartphone (please complete the following information):
Additional context
i put "appsflyerSdk!.startSDK();" in my logic code,that's say i do this on my MAIN page
sometimes kill and restart my application it works,en... i just debug it half day ago.
The text was updated successfully, but these errors were encountered: