https://github.com/batchlabs/batch-ios-mixpanel-objc-dispatcher
Batch.com iOS Mixpanel Objective-C Dispatcher
https://github.com/batchlabs/batch-ios-mixpanel-objc-dispatcher
Last synced: 8 months ago
JSON representation
Batch.com iOS Mixpanel Objective-C Dispatcher
- Host: GitHub
- URL: https://github.com/batchlabs/batch-ios-mixpanel-objc-dispatcher
- Owner: BatchLabs
- License: mit
- Created: 2020-12-18T13:47:23.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2021-03-09T15:16:59.000Z (about 5 years ago)
- Last Synced: 2025-09-29T23:55:35.581Z (8 months ago)
- Language: Objective-C
- Size: 21.5 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
[](https://cocoapods.org/pods/BatchMixpanelObjcDispatcher)
[](https://github.com/BatchLabs/Batch-iOS-mixpanel-objc-dispatcher/actions?query=workflow%3A%22iOS+CI%22)
Batch.com iOS Mixpanel (Objective-C) Event Dispatcher
==================

# About
A ready-to-go dispatcher that sends event generated by Batch SDK to Mixpanel using UTM tags.
The library will automatically start sending Mixpanel events once added in your app, there is no extra setup to be done.
More info about event dispatchers [here](https://doc.batch.com/ios/advanced/event-dispatchers).
# Requirements
- Xcode 12
- iOS 10+
- Batch 1.17
# Installation
## CocoaPods
```
pod 'BatchMixpanelObjcDispatcher'
```
Read our [setup documentation](https://doc.batch.com/) to follow a step by step tutorial for integrating Batch features into your app.
## Carthage
```
github "BatchLabs/Batch-iOS-mixpanel-objc-dispatcher"
```
# Documentation
- [Technical](https://doc.batch.com)
- [FAQ](https://batch.com/doc/faq/general.html)
- [Developer FAQ](https://batch.com/developers)
# Development
Use carthage to checkout the deps: `carthage bootstrap --platform iOS`. Open the xcodeproj and hack away!
Copyright 2019-Present Batch.com