The most recent content from our members.
Hello! We paid for access and set up a remote configuration in Data within the project. Also connected inside the project via the following code: await init(apiKey, '', {<br /> disableCookies: true,<br />}).promise;<br /><br />const config = {<br /> enableRemoteConfig: true,<br /> sampleRate: 0.1,<br /> autoStart:…
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…
Hello! In React-Native mobile project we have error: Amplitude Logger [Error]: Failed to set cookie for key: AMP_TEST. Error: Cannot set property 'cookie' of undefined Error Component Stack: ``` The package version is "@amplitude/analytics-react-native": "1.5.1", Steps to Reproduce: * Initialize Amplitude with our API key…
Is this feature supported yet in the React Native SDK? I see docs for Android & iOS but nothing for RN: https://amplitude.com/docs/get-started/autocapture
Hello evryone, quick question - is there a way to automatically capture page views using the React Native SDK, similar to how it’s done on the web using the Browser SDK? Is there a way to track automatically, once user navigate from screen A to screen B amplitude sdk will automatically capture like Browser SDK? import {…
Hello guys, I just see all events logged in simulator but prod users missing onboarding events logged.. Does anyone have any idea why we might be losing some events? Thanks. Murat
Hi I am using amplitude react native latest sdk @amplitude/analytics-react-native in react native. It is working fine with iOS, but when i try to build with Android, it is return error like as below: A problem occurred configuring project ':amplitude_analytics-react-native'. > defaultConfig contains custom BuildConfig…
Hi everyone, I’m currently implementing Amplitude in my Expo app (v51.0.14) using the latest version of @amplitude/analytics-react-native and Ampli. Everything is working except the logout part when I need to anonymize my user when he logout / delete his account. I tried to use the ampli identify function and providing an…
After updating the version to amplitude/analytics-react-native": "^1.4.3", geo-meta data stopped coming
Hi there, We’re running into issues on what should be a pretty basic task of creating a new user property. We use the `set` method of the `Identify` call to create and set a new user property, but the property won’t show up on the user’s profile in Amplitude, even after triggering followup events. We’re able to update an…
It looks like you're new here. Sign in or register to get started.