我想知道在protectedData不可用的情况下推迟应用程序启动是否可以...
我的意思是
while !UIApplication.shared.isProtectedDataAvailable { Thread.sleep(forTimeInterval: 0.05) }
不,这是不好的,睡眠是最糟糕的做法。
睡眠
不要等待,存在protectedDataDidBecomeAvailableNotification通知