Signin/Signup with: 
Welcome, Guest
Username: Password: Remember me
Questions about iOS development and PDF
  • Page:
  • 1

TOPIC:

help.pdf in licensed copy of SDK 7 years 8 months ago #10981

  • rsimpson182
  • rsimpson182's Avatar Topic Author
  • Offline
  • New Member
  • New Member
  • Posts: 6
  • Thank you received: 0
Greetings,

I recently purchased a license, and during the iOS implementation process, I noticed that the SDK will copy over a file named "help.pdf" to the documents directory at the start of the application lifecycle. Is there a way to stop this file form being moved to the documents directory, or should I just ignore the file while searching for currently installed PDF files?

Please Log in or Create an account to join the conversation.

help.pdf in licensed copy of SDK 7 years 8 months ago #10997

  • emanuele
  • emanuele's Avatar
  • Offline
  • User is blocked
  • User is blocked
  • Posts: 580
  • Thank you received: 67
Hi,
the demo project handle the copy of help.pdf in viewDidLoad method of RDFileTableController ([[NSFileManager defaultManager] copyItemAtPath:hf toPath:documentPath error:nil];).
You can remove that slice of code to stop the help.pdf copy

Please Log in or Create an account to join the conversation.

  • Page:
  • 1
Powered by Kunena Forum