This will help you get started with Tapglue on iOS by showing a complete app.
A more detailed documentation can be found on our documentation website.
To install Tapglue with Carthage:
- Install Carthage with
brew update
followed bybrew install Carthage
- Create a Cartfile in the root of your project
- Add to your Cartfile
github "Tapglue/ios_sdk"
- Run
Carthage update --platform iOS
The easiest way to install Tapglue into your iOS project is to use CocoaPods.
- Install CocoaPods with
gem install cocoapods
- Run
pod setup
to create a local CocoaPods spec mirror, if this is the first time using CocoaPods. - Run
pod install
in your project directory and Tapglue will be downloaded and installed (we've created the Podfile). - Restart your Xcode project
Thats it! Build the project try out our app.