I am using straight calls to the system sounds, such as:
AudioServicesPlaySystemSound(0x450)
to get the a button press to sound like a standard iOS keyboard click.
It works mostly, except it seems that the first time a view appears, somehow the first attempt at playing the sound does not work. The button press that is also calling AudioServicesPlaySystemSound is indeed happening.
Any ideas why the sound is stifled the first time I invoke it?