applicationProtectedDataDidBecomeAvailable(_:)
Tells the delegate that protected files are available now.
Declaration
optional func applicationProtectedDataDidBecomeAvailable(_ application: UIApplication)Parameters
- application:
Your singleton app object.
Mentioned in
Discussion
On a device that uses content protection, protected files are stored in an encrypted form and made available only at certain times, usually when the device is unlocked. This notification lets your app know that the device is now unlocked and that you may access certain types of protected files again.