Apps like Whatsapp and Telegram provide a list of notification sounds which the user can set. For eg. in both Whatsapp and Telegram the list of sounds is divided into 2 categories: Alert Tones (Default, None, Aurora, Bamboo....) and Classic(Bell, Boing, Glass....). These sounds are also present in iPhone sound settings. So do these apps fetch these sounds from system? I am building an iOS app in which I want to provide the same sound list as above so that user can choose the notification sound from that list. How to fetch these list of sounds to display to the user?
Asked
Active
Viewed 35 times
0
-
Whatever sound we provide. Mostly we provide by default sound. – Kudos May 06 '21 at 06:09
-
How do fetch these default sound list? – Shubham Mishra May 21 '21 at 09:52
-
We dont fetch default sounds. We have option for 2 or 3 sounds. – Kudos May 21 '21 at 14:38
-
So you have saved some sound files in your xcode project folder which you display it to the user? – Shubham Mishra May 22 '21 at 05:56