摘要: 1.在Info.plist 添加下面两个NSLocationAlwaysUsageDescription //NS位置总是使用描述NSLocationWhenInUseUsageDescription //NS位置在使用使用描述2.在工程里“Build Phases”—> Link Binary... 阅读全文
posted @ 2015-05-22 20:05 望月Jarvis 阅读(300) 评论(0) 推荐(0) 编辑
摘要: AVAudioSession *session = [AVAudioSession sharedInstance]; [session setActive:YES error:nil]; [session setCategory:AVAudioSessionCategoryPlayback erro... 阅读全文
posted @ 2015-05-22 20:03 望月Jarvis 阅读(254) 评论(0) 推荐(0) 编辑