소스 검색

Prevent to stop music in another background app on iOS

volzhs 7 년 전
부모
커밋
00ce629bc6
1개의 변경된 파일3개의 추가작업 그리고 0개의 파일을 삭제
  1. 3 0
      platform/iphone/app_delegate.mm

+ 3 - 0
platform/iphone/app_delegate.mm

@@ -638,6 +638,9 @@ static int frame_count = 0;
 
 	mainViewController = view_controller;
 
+	// prevent to stop music in another background app
+	[[AVAudioSession sharedInstance] setCategory:AVAudioSessionCategoryAmbient error:nil];
+
 #ifdef MODULE_GAME_ANALYTICS_ENABLED
 	printf("********************* didFinishLaunchingWithOptions\n");
 	if (!ProjectSettings::get_singleton()->has("mobileapptracker/advertiser_id")) {