Posts

Post marked as solved
2 Replies
I'm manage to pass parameters to userInfo with one of following methods: // one of following methods can prevent crash issue on iPhone8 with iOS 14.6 // 1. let userInfo: [String : Any] = [ConstValue.connectState:connectState,ConstValue.serialNumber:serialNumber] NotificationCenter.default.post(name: Notification.Name(Global.HomeDeviceStateChange), object: nil, userInfo: userInfo) // 2. NotificationCenter.default.post(name: Notification.Name(Global.HomeDeviceStateChange), object: nil, userInfo: [ConstValue.connectState:connectState, ConstValue.serialNumber:serialNumber]) However it's still unclear why the original method would cause crash on iPhone8 with iOS14.6? //This method would cause crash on iPhone8 with iOS 14.6 var userInfo: [String: Any] = [:] userInfo[ConstValue.connectState] = connectState userInfo[ConstValue.serialNumber] = serialNumber NotificationCenter.default.post(name: Notification.Name(Global.HomeDeviceStateChange), object: nil, userInfo: userInfo)
Post not yet marked as solved
9 Replies
There's a workaround that you can specify passcode require time of iOS device: go to settings/Face ID&Passcode/ Require Passcode. Here you set a time to active passcode
Post not yet marked as solved
21 Replies
Not fixed in Xcode 13.4.1(13F100) and build setting iOS13, with physical iOS 15.6.1 device. When app load UIInputViewController: [AXRuntimeCommon] Unknown client: After dismiss UIInputViewController, this shows up and app crash: [AXRuntimeCommon] AX Lookup problem - errorCode:1100 error:Permission denied portName:'com.apple.iphone.axserver' PID:43614