Magnet SDK for iOS Swift

There are couple ways to use Magnet iOS SDK.

  • Download a sample iOS project from Magnet Studio. The project contains the Magnet iOS SDK.

  • Download the iOS SDK and drag it into your existing Xcode project.

  • Download the Magnet Max iOS SDK from https://cdn.magnet.com/downloads/max-ios-sdk-v3.0.5.zip.

  • Unzip the zip file, and drag and drop the MagnetSDK folder into your project directory.
  • In command shell, run the following command in your project directory to set up the Magnet Mas SDK and all related thrid party libraries: pod install
  • Open YourAppName.xcworkspace with Xcode.