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
,lz
and Batch toLinked Frameworks and Libraries
in your project settings - Add
-ObjC
inOther Build Flags
- Enjoy
Note: If you can't add -ObjC
, you can use -force_load
:
If you're in swift:
import Batch
or 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