...
Add the following to your podfile:
Code Block | ||||
---|---|---|---|---|
| ||||
target 'project_name' do |
...
pod 'AppoxeeSDK' |
...
end |
run ‘’pod update’’
Code Block | ||||
---|---|---|---|---|
| ||||
''pod update'' |
Manual Adding the mobile push SDK:
1. | Drag AppoxeeSDK.framework into you project, make sure it is copied. | |||
2. | Open your AppDelegate.m file, and add the following import statement:
| |||
3. | Add the following delegate notation (can also be added at AppDelegate.h):
|