Distribution of app with DAL plugin in app store

Hi,


Is it possible to distribute an app which is bundled with a custom DAL plugin (CoreIOMedia plugin) in the Mac App Store? For installations outside the app store the installer copies the plugin to the "/Library/" folder.


Regards,

Accepted Reply

In general the Mac App Store requires that apps be self contained, meaning that you’re not allowed to install stuff outside of your app. I’m not aware of any specific except for DAL plug-ins.

Share and Enjoy

Quinn “The Eskimo!”
Apple Developer Relations, Developer Technical Support, Core OS/Hardware

let myEmail = "eskimo" + "1" + "@apple.com"

Replies

In general the Mac App Store requires that apps be self contained, meaning that you’re not allowed to install stuff outside of your app. I’m not aware of any specific except for DAL plug-ins.

Share and Enjoy

Quinn “The Eskimo!”
Apple Developer Relations, Developer Technical Support, Core OS/Hardware

let myEmail = "eskimo" + "1" + "@apple.com"

Ok, thanks.

  • Hi! Did you find solution for this? Do you mind sharing how you ended up dealing with it? Thanks!

Add a Comment

There was a big change in this space with macOS 12.3, namely the introduction of Core Media I/O extensions. I’m not sure if the Mac App Store allows these (they are packaged as system extensions, and the store allows some sysex types but not others).

Share and Enjoy

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