Skip to content
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

Open
KingLjk opened this issue Dec 27, 2024 · 3 comments
Open

Error initializing AppsFlyer SDK: Code 41 - No dev key #366

KingLjk opened this issue Dec 27, 2024 · 3 comments
Labels

Comments

@KingLjk
Copy link

KingLjk commented Dec 27, 2024

` const afDevKey = "5dhdKJKvd8******gwiS";
const appId = "";
AppsFlyerOptions appsFlyerOptions = AppsFlyerOptions(afDevKey: afDevKey,showDebug: true);

AppsflyerSdk appsflyerSdk = AppsflyerSdk(appsFlyerOptions);

appsflyerSdk.startSDK(
  onSuccess: () {
    _showMessage("000=>AppsFlyer SDK initialized successfully.");
  },
  onError: (int errorCode, String errorMessage) {
    _showMessage("000=>Error initializing AppsFlyer SDK: Code $errorCode - $errorMessage");
  },
);

`
When I integrate according to the document, prompt for title information

appsflyer_sdk: ^6.15.2
Android version: 10

Copy link

👋 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 [email protected].
When submitting the ticket, please specify:

  • ✅ your AppsFlyer sign-up (account) email
  • ✅ app ID
  • ✅ production steps
  • ✅ logs
  • ✅ code snippets
  • ✅ and any additional relevant information.

@KingLjk
Copy link
Author

KingLjk commented Dec 30, 2024 via email

@NesanSelvan
Copy link

@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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

3 participants