Is it possible to play some default sounds, such as when an incoming SMS/push is received?
If iOS SDK does not bundle these sound files, where can I download the same sounds?
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
Yes it is possible, but they use undocumented enum values, that means you should not use it on AppStore apps.
iOS SDK does not bundle these sound files, but you can find them on the device in the
/System/Library/Audio/UISounds/folder. However, I believe these files are copyrighted.Why not create a sound yourself?