I am developing an chat app in which user can send and receive messages.I done it through push notification.I store all messages in table,So i display all send and receive mesages when user selects a contact.By default push notification making sound when app is closed.How do i add beep sound when app is open.
Share
Use the
didReceiveRemoteNotificationdelegate for this: