Segmentify SDK for sending events and rendering recommendations for iOS based devices
Supports iOS 9 and higher devices.
Current Version 1.3.9
You can install Segmentify iOS SDK to your application by using Pod Module.
Please add following line to your Podfile:
pod "Segmentify"
To learn more about how to integrate Segmentify iOS SDK to your application, please check Integration Guide.
For other integrations you can check Master Integration guide too.
Inside your Xcode project's root folder run the following commands.
- Run
pod init
to create an empty pod file - Run
pod install
to add Cocoapods to your project - Run open
YourProject.xcworkspace
to your new Xcode project's workspace.
Segmentify iOS SDK is available under the BSD-2 license. Please check LICENSE file to learn more about details.