Am developed a universal application which reads a audio file from local and will play using AvAudioPlayer. Here i using PlayAtTime property of AvAudioPlayer to forward and backward the audio.
Here my problem is this playAtTime property is working fine with ios 4.0 and later and not working in IOS-3.0.
I refered framwork which says - (BOOL)playAtTime:(NSTimeInterval)time NS_AVAILABLE(10_7, 4_0); in the sense i cant use it in ios 3.0 right..?? then whats the fix for ios 3.0
is there any solution to overcome this. And any suggestion.??
playAtTime is available from iOS 4.0, see the doc for more info 😉
http://developer.apple.com/library/ios/#DOCUMENTATION/AVFoundation/Reference/AVAudioPlayerClassReference/Reference/Reference.html