The most recent content from our members.
Whenever client logs an event in amplitude, its makes an HTTPS request to amplitude api, the payload of that request contains the projects API key. This means it can be misused and wrong data can be sent. The first solution to prevent this that came to my mind is to create a proxy service that redirects the events to…
We are using the native AppsFlyer - Amplitude integration and we are not getting any data through. We have been repeatedly told by AppsFlyer that the data is being sent, but it’s getting a 400 error response. From reading the data on this error, this appears to be related to a JSON formatting issue, but I don’t fully…
I initialized the API using the following methodology https://www.docs.developers.amplitude.com/data/sdks/ios/#install I connect API_KEY through Environment. import UIKit<br />import Amplitude<br /><br />class AppDelegate: NSObject, UIApplicationDelegate {<br /><br /> func application(_ application: UIApplication,…
My organization has two projects: one development and production. They’re both tracking the same events and we’d like to be able to switch between the two projects as we’re using our application and changing environments. At first I manually added the development API key to the Ampli file, as there was a spot for it…
It looks like you're new here. Sign in or register to get started.