即使应用程序在后台运行,我也想播放音乐。我检查了所有stackoverflow链接,但没有一个起作用。请帮忙今天做。
我使用了以下代码:-
NSString *soundFilePath = [[NSBundle mainBundle] pathForResource:@"Day At The Beach" ofType: @"mp3"];
NSURL *fileURL = [[NSURL alloc] initFileURLWithPath: soundFilePath];
NSError *error;
playerTemp = [[AVAudioPlayer alloc] initWithContentsOfURL:fileURL error:&error];
playerTemp.numberOfLoops = 0;
AudioSessionSetActive(true);
[playerTemp play];
守着星空守着你
qq_花开花谢_0