Default sound not playing in Android v9 but working on Andoird v7 - ionic v3 cordova push plugin
问题 I am using FCM to send notification on my app. below are the screenshots, how I am doing. As you can see I enabled the sound, and it is working on Android v7 but not on my other device with Android v9 Here is the code on my ionic app... pushSetup() { this.push.hasPermission().then((res: any) => { if (res.isEnabled) { console.log("We have permission to send push notifications"); } else { console.log("We do not have permission to send push notifications"); } }); // Create a channel (Android O