1 libsystem_kernel.dylib
_semaphore_wait_trap (in libsystem_kernel.dylib)
2 libdispatch.dylib
__dispatch_sema4_wait (in libdispatch.dylib)
3 libdispatch.dylib
dispatch_semaphore_wait_slow (in libdispatch.dylib)
4 CoreBluetooth
-[CBXpcConnection _sendBarrier] (in CoreBluetooth)
5 CoreFoundation
CFNOTIFICATIONCENTER_IS_CALLING_OUT_TO_AN_OBSERVER__(in Core Foundation)
6 CoreFoundation CFXRegistration Post_block_invoke (in CoreFoundation)
7 CoreFoundation _CFXRegistrationPost (in CoreFoundation)
8 CoreFoundation CFXNotification Post (in Core Foundation)
9 Foundation
-[NSNotificationCenter postNotificationName:object:userinfo:] (in Foundation)
10 UIKitCore
_47-[UlApplication _applicationDidEnterBackground]_block_invoke (in UlkitCore)
11 UIKitCore
+[UIViewController performWithoutDeferring Transitions AllowinIgAnimation:actions:] (in UlKitCore)
12 UIKitCore
-[UlApplication _applicationDidEnterBackground] (in UlKitCore)
Wir haben Hintergrund-Bluetooth-Berechtigungen,
Es stürzt unter iOS 26 immer häufiger ab
Code: Select all
public init(options: [String: Any]? = nil) {
super.init()
let _options = options ?? [
CBCentralManagerOptionShowPowerAlertKey: false,
CBCentralManagerOptionRestoreIdentifierKey: "\(appUniName()).bluetooth.central"
]
centralManager = CBCentralManager(delegate: self, queue: centralQueue, options: _options)
}
Mobile version