Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Incorrect number of unread notifications in iOS #291

Open
simcario opened this issue Oct 25, 2022 · 0 comments
Open

Incorrect number of unread notifications in iOS #291

simcario opened this issue Oct 25, 2022 · 0 comments

Comments

@simcario
Copy link

Describe the bug
The number of unread notifications shown on the app icon in IOS is always the same (42). In Android is OK

Expected behavior

When I receive a new notification in the background, the number of notifications to read on the app icon is always 42 on iOS. On android the problem is not there

Environment (please complete the following information):

  • Developer OS and version: MacOS Monterey 12.4
  • Mobile OS and version: iOS 15.5
  • Cordova CLI version 11
  • Cocoapods version (pod --version): 1.11.3
  • Xcode version (xcodebuild -version): 13.4.1

Package.json
"devDependencies": {
"cordova-android": "^10.1.2",
"cordova-ios": "^6.2.0",
"cordova-plugin-actionsheet": "^2.3.3",
"cordova-plugin-android-permissions": "^1.1.3",
"cordova-plugin-androidx-adapter": "^1.1.3",
"cordova-plugin-app-version": "^0.1.14",
"cordova-plugin-camera": "^6.0.0",
"cordova-plugin-device": "^2.1.0",
"cordova-plugin-dialogs": "^2.0.2",
"cordova-plugin-email-composer": "^0.10.1",
"cordova-plugin-fcm-with-dependecy-updated": "^7.8.0",
"cordova-plugin-googlemaps-sdk": "github:mapsplugin/cordova-plugin-googlemaps-sdk",
"cordova-plugin-inappbrowser": "^5.0.0",
"cordova-plugin-ionic-webview": "^5.0.0",
"cordova-plugin-network-information": "^3.0.0",
"cordova-plugin-safariviewcontroller": "^2.0.0",
"cordova-plugin-screen-orientation": "^3.0.2",
"cordova-plugin-splashscreen": "^6.0.0",
"cordova-plugin-whitelist": "^1.3.4",
"cordova-support-android-plugin": "1.0.0",
"cordova.plugins.diagnostic": "^6.1.1",
"es6-promise-plugin": "^4.2.2",
"uk.co.workingedge.phonegap.plugin.launchnavigator": "^5.0.6"
},
"cordova": {
"plugins": {
"cordova-plugin-whitelist": {},
"cordova-plugin-splashscreen": {},
"cordova-plugin-screen-orientation": {},
"cordova-plugin-android-permissions": {},
"cordova-plugin-geolocation": {
"GPS_REQUIRED": "false"
},
"cordova-plugin-network-information": {},
"cordova.plugins.diagnostic": {
"ANDROIDX_VERSION": "1.0.0",
"ANDROIDX_APPCOMPAT_VERSION": "1.3.1"
},
"cordova-plugin-androidx-adapter": {},
"cordova-plugin-device": {},
"cordova-plugin-ionic-webview": {},
"cordova-plugin-safariviewcontroller": {},
"cordova-plugin-fcm-with-dependecy-updated": {
"ANDROID_DEFAULT_NOTIFICATION_ICON": "@mipmap/ic_launcher",
"ANDROID_FCM_VERSION": "21.0.0",
"ANDROID_FIREBASE_BOM_VERSION": "26.0.0",
"ANDROID_GOOGLE_SERVICES_VERSION": "4.3.4",
"ANDROID_GRADLE_TOOLS_VERSION": "4.1.0",
"IOS_FIREBASE_MESSAGING_VERSION": "
> 7.4.0"
},
"cordova-open-native-settings": {},
"cordova-plugin-camera": {
"ANDROIDX_CORE_VERSION": "1.6.+"
},
"cordova-plugin-email-composer": {},
"uk.co.workingedge.phonegap.plugin.launchnavigator": {
"GOOGLE_API_KEY_FOR_ANDROID": "AIzaSyB8GNukOLbfIcXZaXqUumM7UOYGSBJ31aA",
"OKHTTP_VERSION": "3.12.0",
"LOCATION_USAGE_DESCRIPTION": "This app requires access to your location for navigation purposes"
},
"cordova-plugin-app-version": {},
"cordova-plugin-inappbrowser": {},
"cordova-plugin-preview-any-file": {}
},
"platforms": [
"ios",
"android"
]
},
"dependencies": {
"cordova-open-native-settings": "1.5.5",
"cordova-plugin-add-swift-support": "2.0.2",
"cordova-plugin-androidx": "3.0.0",
"cordova-plugin-preview-any-file": "0.2.9"
}

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant