May app getting crash when execute below code.
Code:
self.documentInteractionController = [UIDocumentInteractionController interactionControllerWithURL:targetURL];
Crash log: Terminating app due to uncaught exception 'NSGenericException', reason: 'UIDocumentInteractionController not available'
is there any solution for this issue or any alternative class?