https://github.com/webengage/we-cordova-sample
Cordova Sample
https://github.com/webengage/we-cordova-sample
Last synced: 25 days ago
JSON representation
Cordova Sample
- Host: GitHub
- URL: https://github.com/webengage/we-cordova-sample
- Owner: WebEngage
- Created: 2023-02-10T06:18:01.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2024-09-02T08:04:51.000Z (over 1 year ago)
- Last Synced: 2025-01-14T18:10:02.986Z (over 1 year ago)
- Language: JavaScript
- Size: 63.1 MB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# we-cordova-sample
Cordova Sample App with WebEngage Integration
#### Requirements ####
The following frameworks/IDE should be installed on your device before running this sample app:
1. NodeJS
2. XCode
3. CocoaPods
#### Steps to run cordova sample app: ####
1. Open the file location of the project in terminal and execute below command to install the node modules:
>npm i
2. Now execute below command to install the WebEngage lates plugin to the projext:
>cordova plugin add cordova-plugin-webengage --fetch
3. 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
4. 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
5. Add google-services.json.