ionic-team / capacitor-plugins

Official plugins for Capacitor ⚑️
486 stars 563 forks source link

PushNotifications does not play sound in CarPlay! #864

Open jammin197 opened 2 years ago

jammin197 commented 2 years ago

Bug Report

Plugin(s)

"@capacitor/push-notifications": "^1.0.9"

Capacitor Version

πŸ’Š   Capacitor Doctor  πŸ’Š 

Latest Dependencies:

  @capacitor/cli: 3.4.3
  @capacitor/core: 3.4.3
  @capacitor/android: 3.4.3
  @capacitor/ios: 3.4.3

Installed Dependencies:

  @capacitor/cli: 3.3.4
  @capacitor/core: 3.4.3
  @capacitor/android: 3.4.3
  @capacitor/ios: 3.4.3

[success] iOS looking great! πŸ‘Œ
[success] Android looking great! πŸ‘Œ

Platform(s)

iOS

Current Behavior

When the push notification is received and device is connected to the carplay, notification sound is silent. It is extremely important for my project to play a sound, because drivers are receiving new orders. Some drivers are using a carplay system and they never notice a notification because the sound of a notification is not playing in their cars. It is not possible to fix the sound on iPhone neither in carplay. Something is probably missing in plugin. And yes, sound was turned on on the iPhone and in the carplay. (Messenger app was playing the sound on a new message). Tested with multiple iPhones.

Expected Behavior

Plugin should play a sound also when iPhone is connected to carplay.

Code Reproduction

Other Technical Details

Additional Context

jammin197 commented 4 months ago

Any update for this?