Skip to content

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
ruby
pod 'iAGENT'
  • Define Privacy - Photo Library Usage Description in info.plist required for attaching files in mails.
  1. Optional (If your using novomind iAGENT Chat Video Extension)
ruby
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.
  1. Install the pod
pod install

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