I implement notifications in my IOS app, and I use customized sounds. Everything works fine.
But I’m not sure that this application will validate by apple if I use sounds with a voice that speaks.
For example, in one on my push notification, the sound is a voice that says:
“Presence detected”
Someone has already published an application with “voice notification” and not “bipbip” or basic sounds?
Thank you in advance.
Apple writes For sound:- (push notification)
“The name of a sound file in the application bundle. The sound in this file is played as an alert. If the sound file doesn’t exist or default is specified as the value, the default alert sound is played. The audio must be in one of the audio data formats that are compatible with system sounds; see “Preparing Custom Alert Sounds” for details.”
refers to:-
https://developer.apple.com/library/ios/#documentation/NetworkingInternet/Conceptual/RemoteNotificationsPG/ApplePushService/ApplePushService.html#//apple_ref/doc/uid/TP40008194-CH100-SW1