Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Add the following to your podfile:

Cocoa pods


target 
Code Block
languageruby
titleCocoapods
target 'project_name'
 do       pod 
 do   
    pod 'AppoxeeSDK'

end

run

Code Block
languagebash
titleBash
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.