File tree 1 file changed +3
-1
lines changed
1 file changed +3
-1
lines changed Original file line number Diff line number Diff line change 1
- // Copyright 2023-2024 Wang Bin. All rights reserved.
1
+ // Copyright 2023-2025 Wang Bin. All rights reserved.
2
2
// Use of this source code is governed by a BSD-style license that can be
3
3
// found in the LICENSE file.
4
4
@@ -130,6 +130,8 @@ + (void)registerWithRegistrar:(NSObject<FlutterPluginRegistrar>*)registrar {
130
130
auto messenger = registrar.messenger ;
131
131
#else
132
132
auto messenger = [registrar messenger ];
133
+ // Allow audio playback when the Ring/Silent switch is set to silent
134
+ [[AVAudioSession sharedInstance ] setCategory: AVAudioSessionCategoryPlayback error: nil ];
133
135
#endif
134
136
FlutterMethodChannel* channel = [FlutterMethodChannel methodChannelWithName: @" fvp" binaryMessenger: messenger];
135
137
FvpPlugin* instance = [[FvpPlugin alloc ] initWithRegistrar: registrar];
You can’t perform that action at this time.
0 commit comments