Cordova SDK
Instructions for installing Deepwall Cordova SDK
Last updated
Instructions for installing Deepwall Cordova SDK
Last updated
Cordova SDK provides wrapper methods for Deepwall iOS and Android SDKs.
iOS 10.0+
Android API Level 21+
Deepwall for Cordova is available on GitHub.
1.Add plugin in the dependency section
2. Add AndroidXEnabled
as true
in the config.xml
of your application.
1. Set minimum ios version to 10.0 in ios/Podfile
and add use_frameworks!
into ios/Podfile
2. Add pod 'DeepWall'
into ios/Podfile
and remove flipper
from ios/Podfile
if it exists.
3. Run pod install
Set minSdkVersion
to 21 in android/build.gradle
and add the Deepwall library into repositories under allprojects.
Now you can use DeepWall by importing Deepwall to your project. Learn how to configure and use the Deepwall SDK using the following guide.