Does below note in https://developer.apple.com/documentation/audiotoolbox/1405202-audioservicesplayalertsound
Note
System-supplied alert sounds and system-supplied user-interface sound effects are not available to your iOS application. For example, using the kSystemSoundID_UserPreferredAlert constant as a parameter to the AudioServicesPlayAlertSound function will not play anything.
means that we could not use any of system sounds in iOS App?
We are able to play a system sound using AVAudioPlayer unlike above example.