AppsFlyerSDK / appsflyer-react-native-plugin

AppsFlyer plugin for React Native
MIT License
276 stars 197 forks source link

Event not showing in the SDK INTEGRATION TESTS #490

Open vomikay opened 1 year ago

vomikay commented 1 year ago

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

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[bot] commented 1 year ago

👋 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:

harrison-two commented 8 months ago

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 commented 7 months ago

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

DeveloperAD1 commented 3 months ago

Any luck here?

luongminh2410-fabbi commented 3 months ago

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 ?

AhmadIzaz commented 1 month ago

I am still facing this issue. any solutions ??