Onesignal push notification (with intel XDK)

1
  • 7 favourites

Index

Stats

6,699 visits, 14,412 views

Tools

Translations

This tutorial hasn't been translated.

License

This tutorial is licensed under CC BY 4.0. Please refer to the license text if you wish to reuse, share or remix the content contained within this tutorial.

3 plugins

finaly, add this plugins ONE by ONE

github.com/OneSignal/OneSignal-Cordova-SDK

github.com/floatinghotpot/google-play-services

github.com/floatinghotpot/cordova-plugin-android-support-v4

if you want to add Admob plugin, use this githubs because you are going to have build error if you associate the cranberry plugin with the OneSignal plugin

" > Error: more than one library with package name 'com.google.android.gms' "

so the solution is to install this admob plugins and NOT cranberry :

github.com/ziedvito/Cordova-Admob-plugin

github.com/ziedvito/Cordova-Admob-SDK

it's the same as cranberry plugin but modified to avoide the build error.

this step is very important !!

now you must BUILD you app, INSTALL it in an android device and OPEN it (don't forget to open internet connection on your device)

this is very important if you want next steps to work

  • 1 Comments

  • Order by
Want to leave a comment? Login or Register an account!