iOS 9 pdf file not able to show to the user

Solution:

After iOS 10 only the apple provides the feature for file manager. So you have an access for listing the file that are stored in your device.

But if you want to show the PDF file to the user then you can use webView inside your app and get the url and open it in the webView.

But file listing is not possible before iOS 10.

Comments

Popular posts from this blog

Invalid bundle error while upload the app to the app Store

Convert NsNumber, NSDate to String in iOS Swift

Global LocationManager Singleton class iOS Swift