Versions Compared

Key

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

...

To add the SDK to your app using XCode.

 

Background Information

SDK4 supports iOS versions 8.0 to 10.0

...

Info
titleBackword Compatibility

If you are using Xcode7 or need support of iOS 7, you need to install SDK version 4.0.14 or below

 

Prerequisites

...

Add the following to your podfile:

 

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

run

Code Block
languagebash
titleBash
pod update

 

Option 2 - Manual Adding the mobile SDK:

...