iOS SDK

Our iOS SDK is available via CocoaPods, the dependency manager for Cocoa projects. If you are new to CocoaPod you can easily install it via Ruby by following this guide.

  1. Add our SDK to your Podfile

    pod 'iAGENT'
    
    • Define Privacy - Photo Library Usage Description in info.plist required for attaching files in mails.
  2. Optional (If your using novomind iAGENT Chat Video Extension)

    pod 'iCHATVideo'
    
    • Define Privacy - Camera Usage Description in info.plist, required for Video conversations.
    • Define Privacy - Microphone Usage Description in info.plist required for Video/Voice conversations.
  3. Install the pod

    pod install
    

That's it! You should now configure your SDK the right way.