iPad App running under Mac Catalyst questions.

It appears the app is sandboxed. I need to be able to access the broader file-system and pick a folder/file. Is this possible?

Is it possible to invoke the app with a command-line argument? If so, how is it accessed (in code)?

Replies

iPad App running under Mac Catalyst questions

I need to clarify your terminology here:

  • Mac Catalyst is a technology that allows you to use iOS APIs, most notably UIKit, in a Mac app.

  • iOS Apps on Mac allows you to run an unmodified iOS (and also iPadOS) app on your Mac.

Which are you talking about?

Share and Enjoy

Quinn “The Eskimo!” @ Developer Technical Support @ Apple
let myEmail = "eskimo" + "1" + "@" + "apple.com"