-
Notifications
You must be signed in to change notification settings - Fork 123
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
Error initializing AppsFlyer SDK: Code 41 - No dev key #366
Comments
👋 Hi @KingLjk and Thank you for reaching out to us.
|
devKey: 5dhdKJKvd88sRm4JAegwiS
安卓包名: com.short.play
✅ your AppsFlyer sign-up (account) email
1512866700aqq.com
✅ app ID
Android 无需提供(com.short.play)
✅ production steps
运行项目,执行方法step1, step2, step3, step4
✅ logs
查看附件 log.txt
✅ code snippets
查看附件 code.zip
…------------------ 原始邮件 ------------------
发件人: "AppsFlyerSDK/appsflyer-flutter-plugin" ***@***.***>;
发送时间: 2024年12月27日(星期五) 晚上7:17
***@***.***>;
***@***.******@***.***>;
主题: Re: [AppsFlyerSDK/appsflyer-flutter-plugin] Error initializing AppsFlyer SDK: Code 41 - No dev key (Issue #366)
👋 Hi @KingLjk 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 ***@***.***
When submitting the ticket, please specify:
✅ your AppsFlyer sign-up (account) email
✅ app ID
✅ production steps
✅ logs
✅ code snippets
✅ and any additional relevant information.
—
Reply to this email directly, view it on GitHub, or unsubscribe.
You are receiving this because you were mentioned.Message ID: ***@***.***>
|
@KingLjk I’m not sure why, but this issue appeared for me as well, even though everything else was working fine. I was implementing deep linking, and it was working fine, only this error showed up in the logs. |
` const afDevKey = "5dhdKJKvd8******gwiS";
const appId = "";
AppsFlyerOptions appsFlyerOptions = AppsFlyerOptions(afDevKey: afDevKey,showDebug: true);
`
When I integrate according to the document, prompt for title information
appsflyer_sdk: ^6.15.2
Android version: 10
The text was updated successfully, but these errors were encountered: