iOS SDK

Instructions for installing Deepwall iOS SDK

Requirements

  • iOS 10.0+

  • Xcode 11.0+

  • Swift 5.0+ or Objective C

Install via CocoaPods

DeepWall is available through CocoaPods. To install it, add the following lines to your Podfile.

1.Add the Deepwall pod

use_frameworks!
pod 'DeepWall'

2. Run pod install in the project directory

pod install

Import and Use

Now you can use DeepWall by importing Deepwall to your project. Learn how to configure and use the Deepwall SDK using the following guide.

Last updated