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
2. Run pod install in the project directory
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