Skip to content

Latest commit

 

History

History
64 lines (46 loc) · 1.43 KB

README.md

File metadata and controls

64 lines (46 loc) · 1.43 KB

Batch.com iOS SDK

Logo

Header

About

Batch is the leading mobile engagement & push notification suite engineered for the mobile era.

Installation

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 to Linked Frameworks and Libraries in your project settings
  • Add -ObjC in Other Build Flags
  • Enjoy

Note: If you can't add -ObjC, you can use -force_load:
XCode Force Load

Usage

Importing the framework

If you're in swift:

import Batch

or Objective-C

@import Batch;

or

#import <Batch/Batch.h>

Using it

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.

Documentation

Copyright 2016 - Batch.com