Articles
iOS SDK Implementation Guide
The KPP SDKs provide developers with the building blocks to start building on top of the Monetate platform. These SDKs provide standardized functions that abstract low-level Engine API calls to help you save time and effort in development. Refer t...
iOS SDK Readme
This SDK enables easy communication with Engine API and can be used by any application which is built using iOS. Using this SDK you can report events and get actions from Engine API. Installation pod 'monetate-ios-sdk'
pod 'monetat...
Getting Started with the iOS SDK Example App
The iOS SDK Example App is a sample implementation of the Monetate iOS SDK. The app compiles a list of events that are then sent to the Engine API to update the UI based on the actions that the Engine API returns. You can use this source code eith...
iOS SDK Example App Readme
The Monetate iOS SDK Example App demonstrates how to use the Monetate iOS SDK in a typical iOS app. The example app uses the SDK to compile a list of events, send them to the Engine API, and then update its UI based on the actions that the API ret...