An open API service indexing awesome lists of open source software.

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

Awesome Lists containing this project

README

          

[![Cocoapods](https://img.shields.io/cocoapods/v/BatchMixpanelObjcDispatcher)](https://cocoapods.org/pods/BatchMixpanelObjcDispatcher)
[![Github Action](https://github.com/BatchLabs/Batch-iOS-mixpanel-objc-dispatcher/workflows/iOS%20CI/badge.svg)](https://github.com/BatchLabs/Batch-iOS-mixpanel-objc-dispatcher/actions?query=workflow%3A%22iOS+CI%22)

Batch.com iOS Mixpanel (Objective-C) Event Dispatcher
==================

![Logo](http://batch-doc.s3.amazonaws.com/logo_batch_192.gif)

# 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