No, so long as you are writing to your app’s “sandbox” using system.DocumentsDirectory or
system.TemporaryDirectory and not trying to write somewhere else (like the user’s home directory, for instance) the “sandbox” entitlement which is applied automatically for App Store builds will suffice. The code would be the same for OS X as it is for iOS.