• Open Menu Close Menu
  • Apple
  • Shopping Bag
  • Apple
  • Mac
  • iPad
  • iPhone
  • Watch
  • TV
  • Music
  • Support
  • Search apple.com
  • Shopping Bag

Lists

Open Menu Close Menu
  • Terms and Conditions
  • Lists hosted on this site
  • Email the Postmaster
  • Tips for posting to public mailing lists
Questions regarding the sandbox in iOS
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Questions regarding the sandbox in iOS


  • Subject: Questions regarding the sandbox in iOS
  • From: Carl Hoefs <email@hidden>
  • Date: Mon, 04 Feb 2019 20:30:49 -0700

iOS 12

Q1. In general, is an iOS app expected to determine the sandbox path to manage
its files?

Q2. Does the sandbox behave like the "current working directory" default on
macOS? (i.e., if a function writes out a file to just "filename" with no path,
does it get written automatically to the sandbox?)

Q3. What is the proper way to determine the app sandbox path? Is there an
app-wide runtime global?

    NSString *sandbox =
[NSSearchPathForDirectoriesInDomains(NSDocumentDirectory,NSUserDomainMask,YES)
lastObject];

-Carl

_______________________________________________

Cocoa-dev mailing list (email@hidden)

Please do not post admin requests or moderator comments to the list.
Contact the moderators at cocoa-dev-admins(at)lists.apple.com

Help/Unsubscribe/Update your Subscription:

This email sent to email@hidden

  • Follow-Ups:
    • Re: Questions regarding the sandbox in iOS
      • From: Saagar Jha <email@hidden>
    • Re: Questions regarding the sandbox in iOS
      • From: Alex Zavatone <email@hidden>
  • Prev by Date: Re: Definitive guide to custom modal presentation?
  • Next by Date: Re: Questions regarding the sandbox in iOS
  • Previous by thread: Re: Definitive guide to custom modal presentation?
  • Next by thread: Re: Questions regarding the sandbox in iOS
  • Index(es):
    • Date
    • Thread