...
To add the SDK to your app using XCode.
Background Information
SDK4 supports iOS versions 8.0 to 10.0
...
Info | ||
---|---|---|
| ||
If you are using Xcode7 or need support of iOS 7, you need to install SDK version 4.0.14 or below |
Prerequisites
- Set up mobile app messaging in iOS for your app.
- Xcode application with a base SDK of iOS 10 and above.
- Xcode application with a deployment target of iOS 8 and above.
...
Add the following to your podfile:
Code Block | ||||
---|---|---|---|---|
| ||||
target 'project_name' do pod 'AppoxeeSDK' end |
run
Code Block | ||||
---|---|---|---|---|
| ||||
pod update |
Option 2 - Manual Adding the mobile SDK:
...