Quantcast
Channel: Ionic Forum - Latest topics
Viewing all articles
Browse latest Browse all 70432

No sound when using Push plugin

$
0
0

@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

Read full topic


Viewing all articles
Browse latest Browse all 70432

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>