Cordova SDK Integration
Quick Steps Guidelines
Step 1: Cordova Installation
In your Terminal, navigate to your Cordova directory and install the Cordova plugin, copy in package.json-dependencies for wrapper, and run the command in the step.
Step 2: Start Netmera Plugin
Start Netmera Plugin with the provided code below.
Cordova SDK integration completed 👏
Step 1: Cordova Installation
In your Terminal, navigate to your Cordova directory and install the Cordova plugin.
Copy in
package.json-dependencies
for wrapper.
Run the following command in your terminal to install the dependencies.
Sample
In your project's
config.xml
, add the following preferences:
NetmeraKey
Netmera SDK API Key on Netmera Panel
Required
FcmKey
Firebase Sender ID on your Firebase project
Required
AppGroupName
Group name on your Apple developer project (for carousel push)
Optional
NetmeraBaseUrl
Base URL on your server (for on premise setup)
Optional
Step 2: Start Netmera Plugin
Cordova SDK integration completed 👍
Cordova SDK integration has been successfully completed, and your devices are now ready to receive the following types of push notifications sent via the Netmera Dashboard:
Standard Push Notifications
Interactive Push Notifications (If you've configured and published them using the Dashboard)
Push Notifications with Web View Content
Push Notifications with Deeplinks (If your application supports URL Scheme-based deeplinks and you've configured the application's URL Scheme in the Dashboard.)
Last updated