Notification sound and icon

Hi there ,

const options: PushOptions = {
android: {
icon:‘icon’,
sound:‘true’

},
ios: {
alert: ‘true’,
badge: true,
sound: ‘false’
},
windows: {},

};

The above is my options the notification is working fine sound and icon is not working
What should i do how do i get sound when the notification is arrived