Cordova Sample App with WebEngage Integration
The following frameworks/IDE should be installed on your device before running this sample app:
1. NodeJS
2. XCode
3. CocoaPods
-
Open the file location of the project in terminal and execute below command to install the node modules:
npm i
-
Now execute below command to install the WebEngage lates plugin to the projext:
cordova plugin add cordova-plugin-webengage --fetch
-
Open the file location -> we-cordova-sample->platforms->ios on your terminal and execute below command to install the pods:
arch -x86_64 pod install
-
Open the file location of the project again on your terminal and execute the below command to run the application:
arch -x86_64 cordova run ios
-
Add google-services.json.