-
![Screen Shot 2019-07-02 at 7 24 21 PM](https://user-images.githubusercontent.com/2162230/60518569-6533d500-9cff-11e9-97ea-c432445b0d24.png)
**Android Could not invoke RNMixpanel.sharedInstanceWi…
-
When my app calls `mixpanel.showSurvey()` it crashes with the stack trace below.
Environment:
- TiMixpanel module version 0.8
- Titanium SDK version: 5.2.0.GA
- iOS version: 9.2.1
``` shell
[ERROR] …
-
Hey there, thanks for the neat library.
Do you have any plan to support native async features of Python?
e.g.:
```python
from mixpanel import AsyncMixpanel
mp = AsyncMixpanel(YOUR_TOKEN)
…
-
Hi have setup this project to use TSMessage through cocoapods . Unfortunately The App crashes at line number 168:
[[UIColor colorWithHexString:current[@"backgroundColor"]];
i have followed the st…
-
- [x] I have read the [Getting Started](https://inappwebview.dev/docs/intro/) section
- [x] I have already searched for the same problem
## Environment
| Technology | Version …
-
I can see that the initial referrer / referrer are capturing the full url which sometimes contains sensitive data as well. I would like to somehow filter / mask this information while mixpanel is capt…
-
-
Hi @zihejia could you please update the Flutter SDK to mirror that of the underlaying Android SDK when it comes to releases and the breaking change of the minSDK for Android as discussed here: https:/…
-
Hello,
I am looking at the documentation of `opt_in_tracking()` https://mixpanel.com/help/reference/javascript-full-api-reference#mixpanel.opt_in_tracking
Could you clarify to me if the opt_in …
-
According to https://developer.mixpanel.com/docs/http
`GET` requests are used for single event tracking and
`POST` requests are used for multiple event tracking which will send an array of events.
…