Batch is the leading mobile engagement & push notification suite engineered for the mobile era.
Carthage
github "BatchLabs/ios-sdk"
CocoaPods
pod 'Batch'
Manual
- Download the SDK
- Drag and drop the xcframework into your project
- Add
libsqlite3,lzand Batch toLinked Frameworks and Librariesin your project settings - Add
-ObjCinOther Build Flags - Enjoy
Note: If you can't add -ObjC, you can use -force_load:
If you're in swift:
import Batchor Objective-C
@import Batch;or
#import <Batch/Batch.h>Describing what Batch can do is a little too big for this README. Read our setup documentation to follow a step by step tutorial for integrating Batch features into your app.
Copyright 2016 - Batch.com


