1.0.1 • Published 3 years ago

cordova-plugin-purchasely v1.0.1

Weekly downloads
-
License
ISC
Repository
github
Last release
3 years ago

Purchasely-Cordova-Sources

Add plugin :

cd example/

cordova plugin add /home/kevin/Documents/Purchasely/Cordova/Purchasely --link

Add android platform :

cd example/

cordova platform add android

Add Google-Play dependencies

In folder example/platforms/android/app create a file called build-extras.gradle and add thoses lines :

dependencies {
    implementation "io.purchasely:google-play:2.5.4"
}

Troubleshot

cd example/

cordova platform remove android

cordova plugin remove cordova-plugin-purchasely