cordova-plugin-badge
cordova-plugin-badge copied to clipboard
Access and modify badge numbers
Hello, I use Ionic and OneSignal for push notifications. I also manage the badges manually. Via OneSignal, on IOS, I increase the badge by one when the user receives a...
Anyone else experienced this? Testing on emulator. (Nexus_5X_API27, Android 8.1.0) > > Plugin version: 5.3.0 > Platform: Android > OS version: OS X > Cordova version (cordova -v): 8.0.0 >...
Hello guys, There's an usage sample to implement this plugin with ionic 2? I'm very excited about use badge count without need to send a push notification to user and...
Hello, Xiaomi app store has added new restrictions related to the privacy policy. It seems that this plugin reads the list of installed app on the device at the startup...
After migrating our Ionic project from Capacitor 3 to Capacitor 4 (see [migration guide](https://capacitorjs.com/docs/updating/4-0)) we're getting a build error when building for Android: ``` * Where: Script '/builds/rks/myApp/node_modules/cordova-plugin-badge/src/android/badge.gradle' line: 28...
Hi katzer! can you please replace compile to implementation and release on npm. I have seen that you have 4 years ago changed it but you didn't added a new...
Hi, i am try to add badge count for android app using cordova-plugin-badge, for that i used ShortcutBadger too. i install cordova-plugin-badge ver 0.8.8 , after i add below code...
Hi, I install cordova-plugin-badge in cordova app for testing ,my Cordova version is 11.0.0 This is the code i used to show badge. ``` function onLoad() { document.addEventListener("deviceready", onDeviceReady, false);...