Skip to main content

I am trying to integrate aplitude in my kotlin android application. My dashboad is on US servase zone. I am sure that i copied the right api key for my project but logs shows that the api key is invaled with the staus code 401
 

Amplitude(    Configuration(       apiKey = BuildConfig.AMPLITUDE,       context = androidContext(),       serverZone = ServerZone.US,       flushIntervalMillis = 10000,       flushQueueSize = 20,       flushEventsOnClose = true,    ))
Be the first to reply!