@mcihak wrote:
Hi,
in My app I am using Push plugin to receive notification. Everything works perfectly except notification sound.
For my settings I am using common code from documentation:const options: any = { android: { sound: true, vibrate: true, clearBadge: true }, ios: { alert: true, badge: true, sound: true, clearBadge: true } }; const pushObject: PushObject = this.push.init(options);
Is there something I should change to have sound working?
note: in phone in settings are notifications enabled including sound
Posts: 1
Participants: 1