Integrate with iOS

Updated at:

Add the Unified Storage SDK to your iOS project using the cocoapods-mPaaS plugin.

Prerequisites

Before you begin, ensure that you have:

Add the SDK

  1. In your Podfile, add the Unified Storage dependency using mPaaS_pod "mPaaS_DataCenter".

    image.png

  2. Run pod install to fetch and link the dependency.

  3. Open the generated .xcworkspace file in Xcode — not the .xcodeproj file — to load the project with all dependencies resolved.

    open <YourProject>.xcworkspace
Note

If pod install fails with a "CocoaPods could not find compatible versions" error, run pod repo update in Terminal first, then retry pod install.

Use the SDK

For API usage and working examples, see the official Unified Storage demo on GitHub. The demo covers baselines 10.1.60 and later.