Skip to main content

For some reason, only iOS events are being added to Amplitude. I am using Expo to build my React Native project so everything should be the exact same between iOS and Android but only iOS events are coming in. I have recent builds on two phones and am using them simultaneously and only seeing iOS events coming in. Is there something special I will need to do perhaps in my app.config.js file to enable Amplitude for Android that I missed? Or a way I can debug what could be causing the issue?

Was able to figure this out. For anyone stumbling across this, I had to stop using the session replay plugin. For some reason that was interfering with Amplitude sending events to its servers from React Native on Android only.