mixpanel-android icon indicating copy to clipboard operation
mixpanel-android copied to clipboard

Official Android Tracking Library for Mixpanel Analytics

Results 20 mixpanel-android issues
Sort by recently updated
recently updated
newest added

Since this PR, we are deprecating the `Automatically collect common mobile events` setting from Mixpanel website in favor of reducing crashes and race conditions when collecting common mobile events. Alternatively,...

## The issue As mentioned in https://github.com/mixpanel/mixpanel-android/issues/627, — from my understanding at least — there is currently no way to avoid the initial "First app open" to be sent with...

Hi, In low end devices i see multiple instances this MPDbAdapter.generateDataString(...) gives Out of Memory Error. I have seen the code and found we are asking for 50 records at...

When testing my application for vulnerabilities using [MobSF](https://github.com/MobSF/Mobile-Security-Framework-MobSF) it flagged com\mixpanel\android\mpmetrics\MPDbAdapter.java for using raw SQL queries which can lead to SQL injection attacks. Here's the report : App uses SQLite...

I am developing an OpenHarmony application by JavaScript language which used your library, will your library support OpenHarmony platform by JavaScript language?If so, I want to contribute to the OpenHarmony...

Hi guys, Today we noticed a weird crash in our _Crashlytics_ dashboard: ``` Fatal Exception: java.lang.NoSuchMethodError: No static method newBuilder()Lcom/google/firebase/perf/v1/NetworkRequestMetric$Builder; in class Lcom/google/firebase/perf/v1/NetworkRequestMetric; or its super classes (declaration of 'com.google.firebase.perf.v1.NetworkRequestMetric'...

Starting from SDK version 6.1.2 Mixpanel is issuing DevX events for tracking purposes. Such events are enabled whenever the app is debuggable, with no way for an integrator to turn...

Hello there, as we migrated to MixPanel 7.4.0, I found some issues in our code. For instance, the serverURL that we would set in the MPConfig were not being used...

Hi, Firebase detected an ANR on the SDK init. ```kotlin MixpanelAPI.getInstance( application, BuildConfig.MIXPANEL_ID, true, false ) ``` Mixpanel Android version: 7.2.1. I don't see anything related to performance post this...

i added a blockingFlush This is intended to ensure flush is completed fully before moving on with other takes. the flushWithCompletion interface from objective c inspires this.