Exit
  • Global community
    • Language:
      • Deutsch
      • English
      • Español
      • Français
      • Português
  • 日本語コミュニティ
  • 한국 커뮤니티
0

How to Program Xcode to store a PDF file into the Files iCloud folder on my iPhone.

New Here ,
Jul 13, 2019 Jul 13, 2019

I need guidance in programming my iOS, Xcode, Swift app to copy my PDF NSData stream into the Files iCloud folder on my iPhone. Your Adobe Scan app can move a PDF file into the Files folder on my phone. I am trying to use UIDocument but can not get the correct NSURL. Did Adobe get special file permission to do this?

744
Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines

correct answers 1 Correct answer

New Here , Jul 19, 2019 Jul 19, 2019

There is no special file permissions needed.  This question was answered years ago.  Start at this link on Apple's Forum and continue to follow the links provided;  I followed their instructions and now have the code needed to store files into iCloud.  Ya

https://forums.developer.apple.com/thread/109961   or search for iCloud Drive Files.

Translate
New Here ,
Jul 19, 2019 Jul 19, 2019
LATEST

There is no special file permissions needed.  This question was answered years ago.  Start at this link on Apple's Forum and continue to follow the links provided;  I followed their instructions and now have the code needed to store files into iCloud.  Ya

https://forums.developer.apple.com/thread/109961   or search for iCloud Drive Files.

Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines