I am developing an application that has a background music and a timer that notifies user with an alarm.
Now the problem is when the app is launched user turns device's volume down (background music), but I want the alarm to be loud enough, preferably at the same level as the device's ringtone/alarm.
(Right now I am using AVAudioPlayer
)
Any suggestion ?