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

Event not showing in the SDK INTEGRATION TESTS #490

Open
vomikay opened this issue Aug 21, 2023 · 5 comments
Open

Event not showing in the SDK INTEGRATION TESTS #490

vomikay opened this issue Aug 21, 2023 · 5 comments
Labels

Comments

@vomikay
Copy link

vomikay commented Aug 21, 2023

Report

Plugin Version

6.12.11

On what Platform are you having the issue?

Android

What did you do?

I'm using the following block of code

appsFlyer.initSdk({
  devKey: ***,
  isDebug: __DEV__,
  appId: ***,
  onInstallConversionDataListener: true,
  onDeepLinkListener: true,
  timeToWaitForATTUserAuthorization: 10,
});
appsFlyer.logEvent(
  "select_station",
  { ["station_id"]: 1, ["station_name"]: "station" },
  () => console.log("success"),
  (error) => console.log("failed", error)
);

What did you expect to happen?

Event to be logged in the dashboard

What happened instead?

image

  • The event is not showing in the dashboard
  • Success callback is called
  • No error returned

Please provide any other relevant information.

2023-08-21 18:08:28.210 27804-27973/*** I/AppsFlyer_6.12.1: sendWithEvent from activity: ***.MainApplication
2023-08-21 18:08:28.212 27804-27973/*** I/AppsFlyer_6.12.1: Trying to fetch GAID..
2023-08-21 18:08:28.277 27804-27973/*** I/AppsFlyer_6.12.1: ******* sendTrackingWithEvent: select_station
2023-08-21 18:08:28.290 27804-27973/*** I/AppsFlyer_6.12.1: IMEI was not collected.
2023-08-21 18:08:28.290 27804-27973/*** I/AppsFlyer_6.12.1: Android ID was not collected.
2023-08-21 18:08:28.312 27804-27973/*** I/AppsFlyer_6.12.1: AppsFlyer: first launch date: 2023-08-21_150723+0000
2023-08-21 18:08:28.329 27804-27973/*** I/AppsFlyer_6.12.1: AppsFlyerLib.sendWithEvent
2023-08-21 18:08:28.352 27804-27963/*** I/AppsFlyer_6.12.1: INAPP-13: preparing data: ************
2023-08-21 18:08:29.027 27804-27963/*** I/AppsFlyer_6.12.1: CACHE: caching request with URL: https://bv1p0o-inapps.appsflyersdk.com/api/v6.12/androidevent?app_id=***&buildnumber=6.12.1
2023-08-21 18:08:29.030 27804-27963/*** I/AppsFlyer_6.12.1: CACHE: done, cacheKey: 1692630509027
2023-08-21 18:08:29.451 27804-27963/*** I/AppsFlyer_6.12.1: CACHE: Deleting 1692630509027 from cache
@github-actions
Copy link

👋 Hi @vomikay 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 support@appsflyer.com.
When submitting the ticket, please specify:

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

@harrison-two
Copy link

harrison-two commented Dec 8, 2023

Hi- this is exactly what I'm experiencing also. Even tried downgrading the package to 6.10.3 but no luck.
I'm suspecting "Android ID was not collected." has to do with this, but can't find a clue on how to debug this issue. Please HELP!

@dvanparia
Copy link

I am also facing the same issue. Is there any update here?

@DeveloperAD1
Copy link

Any luck here?

@luongminh2410-fabbi
Copy link

i got this trouble also, i just do all step to test non-organic installs but then i open the app not thing show on test page. Please help me ?

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

6 participants