...
Add the following to your podfile:
Cocoa pods
target
Code Block | ||||
---|---|---|---|---|
| ||||
target 'project_name' |
do
pod
do pod 'AppoxeeSDK' |
end |
run
Code Block | ||||
---|---|---|---|---|
| ||||
pod update |
Option 2 - Manual Adding the mobile SDK:
1. | Download the SDK from Github |
2. | Drag AppoxeeSDK.framework into you project, make sure it is copied. |
3. | Drag AppoxeeSDKResources.bundle into your project, make sure it is copied. |
4. | Link UserNotifications.framework to your project. |