まだちゃんと試してないけど、情報見つけたのでメモ。
AppDelegateに以下のコードを書いておくと同時再生できるんだとか。
func application(_ application: UIApplication, didFinishLaunchingWithOptions launchOptions: [UIApplicationLaunchOptionsKey: Any]?) -> Bool {
// Override point for customization after application launch.
do {
try AVAudioSession.sharedInstance().setCategory(AVAudioSessionCategoryAmbient)
} catch {
print("エラー")
}
return true
}
0 件のコメント:
コメントを投稿