iOS LocalNotification set to 30 secs

Solution:

In iOS maximum sound time limit is 30 Sec.So if your sound file had that time duration then only it plays.Otherwise if your audio file is 0:31 also not able to play.

If the app is in background or terminated state and device is locked then it will ring 30secs.If the screen is on then it should play the sound until the drop down message goes Up.It was not the problem it was handled by the OS.

Comments

Popular posts from this blog

Invalid bundle error while upload the app to the app Store

Convert NsNumber, NSDate to String in iOS Swift

Global LocationManager Singleton class iOS Swift