I\'m finding a number of conflicting data about playing sounds in iOS. What is a recommended way to play just a simple \"ping\" sound bite every time the user touches the sc
You can use AVFoundation or AudioToolbox.
AVFoundation
AudioToolbox
Here're two examples which use the libraries separately.