Hi, We need to develop a functionality where we need to lock and unlock Pdf. For this, We need to use inbuilt methods provided by the PDFKit framework. With that locking and unlocking features are working perfectly before updating to iOS 15. But when I upgrade to iOS 15 locking feature works very well but unlocking is not working. I have used the below method for unlocking PDF,
unlock(withPassword:)
func unlock(withPassword password: String) -> Bool https://developer.apple.com/documentation/pdfkit/pdfdocument/1436033-unlock
been searching for this everywhere and can't find anything around this, I believe is a bug, maybe is not.