capacitor-community / proposals

Plugin and platform requests ✋
74 stars 2 forks source link

Mixpanel Plugin #115

Open Linknpay opened 3 years ago

Linknpay commented 3 years ago

Plugin Request

Name: Mixpanel Package: `@capacitor-community/mixpanel

Platform(s)

ios, android, web

Existing Solutions

https://github.com/mixpanel/mixpanel-js

Description

The plugin should be similar to this cordova plugin : https://github.com/samzilverberg/cordova-mixpanel-plugin withe the same features. The working solution with capacitor until now is the Mixpanel official js library, but the problem is that it considers the mobile platform as web and doesn't track mobile informations, like app version, build version, os version, device name, etc...

Thank you

chvonrohr commented 2 years ago

We have an open PR on a new Capacitor-Mixpanel plugin that is quite good (some missing SDK functionalities but nothing hard to tackle). I'd like to recommend taking a fork of https://github.com/houseninjadojo/capacitor-mixpanel/pull/8 and I would help maintaining it.

chvonrohr commented 2 years ago

@Linknpay how do we proceed?

mileszim commented 2 years ago

@Linknpay @chvonrohr Author here, happy to help however

chvonrohr commented 2 years ago

@imhoffd @IT-MikeS how do we proceed? as above, we would like to propose to move the plugin for @capacitor-community/mixpanel

chvonrohr commented 1 year ago

reminder: @imhoffd @IT-MikeS how do we proceed? as above, we would like to propose to move the plugin for @capacitor-community/mixpanel

luisbytes commented 11 months ago

@mileszim Hello, how do we do the migration? On the other hand, I want to update to capacitor v5.

ciekawy commented 8 months ago

Recently I integrated @houseninjadojo/capacitor-mixpanel into capacitor v5 based project I'm working on, however had to include number of changes. I opened 3 PRs there but I see no activity there for 10 months already. It would probably increase attention after moving to capacitor-community, probably need more explicit agreement or any update there first... CC @mileszim

luisbytes commented 8 months ago

Recently I integrated @houseninjadojo/capacitor-mixpanel into capacitor v5 based project I'm working on, however had to include number of changes. I opened 3 PRs there but I see no activity there for 10 months already. It would probably increase attention after moving to capacitor-community, probably need more explicit agreement or any update there first... CC @mileszim

Hello, I also sent several PRs to update to Capacitor v5, and they were automatically closed a month later due to inactivity. It would be helpful to follow this guide, communicate in Slack, and create a repository based on a fork.