The most recent content from our members.
I noticed a trend recently that we get all sorts of events from users on Android and iOS devices, and we get the Device Type for almost everyone. But for some reason we haven’t logged a single iPhone 12 or iPhone 13 as a device type. I ran some tests on my device and can confirm that these events go through on an iPhone…
Hi. Could someone please help? Added latest version of the sdk (v1.11.10) for iOS. Everything works except device related properties: Platform, Device Family, Carrier, OS are not automatically detected. Should it work by default, or I need to config somehow or even track ‘manually’? // for init I'm using this:<br />let…
I don’t understand from this document and discussion whether Amplitude can automatically retrieve data about my subscriptions from the App Store and Google Play if I add the iTunes Connect Shared Secret. Is this possible, or do I need to manually send this data from my server, which is also notified by Apple and Google…
To stop tracking events under the same UserID after logging out of the application used reset method. Analytics.shared().reset() With this change, a new session is initiated by closing the previous session, and the userID appears as "-" in User Properties. However, the events are still being displayed under the same old…
I’m working on an iOS app using the Amplitude SDK, and multiple developers are testing experiments. However, not all testers can access the Amplitude dashboard to change the assigned variants. To facilitate testing without using the dashboard, I’m looking for a way to override or manually set the variant for specific…
I am trying to set up amplitude, I added amplitude ios sdk to my project, but I can't proceed and stucked on screen with "Set up amplitude". I see "Listening" for “Verify your installation in realtime”, but events don’t come. This is my code in iOS project: class AppDelegate: NSObject, UIApplicationDelegate,…
We have migrated our iOS app from the old sdk to the latest AmplitudeSwift sdk and the events no longer show up on the dashboard. After enabling the debug logging, we see that that flush events are failing. Debug: Skipping migrateInstanceOnlyStorages based on STORAGE_VERSION Debug: Installing…
We use the identify function to set several custom user properties. However, when we attempt to unset these properties, they do not get updated or removed in the Amplitude Dashboard.
Hi all, I’m looking for some best practice to track screen views. My goal is to create a funnel to understand how many people begin the onboarding on ScreenA and finish it to ScreenE, the drop off rate, and things like this. Should I simply log a “screen_view” event and then add some property like “name → ScreenA”? Would I…
We are introducing in-app purchases via the Apple App store and are planning to use the iOS SDK to track AMPRevenue. I have seen in multiple places: “Amplitude doesn't support currency conversion. Normalize all revenue data to your currency of choice before being sent.” But I am having a lot of trouble finding…
It looks like you're new here. Sign in or register to get started.