È possibile inviare l'app non in modalità sandbox al Mac App Store

4

Ho un'applicazione Cocoa AppleScript che esegue molti script di shell come kill o chflags . C'è un modo per provare a inviarlo in revisione su MAS e farlo approvare?

In base a Wikipedia :

Disallowed types of applications revealed by Apple include new apps that are not sandboxed (as of June 1, 2012). At WWDC 2013, Apple announced that this rule no longer applied, and that so-called "temporary exceptions" may be used when the app has a reason not to be sandboxed.

Tuttavia, il sito Web di Apple OS X Developer afferma che per Mac App Store è richiesto il sandboxing.

    
posta 07.05.2014 - 11:59
fonte

1 risposta

1

In base a ciò è possibile ma con avvertenza.

App Eccezioni temporanee Sandbox app

Note: This chapter describes property list keys specific to the OS X implementation of App Sandbox. They are not available in iOS.

A temporary exception entitlement permits your OS X app to perform certain operations otherwise disallowed by App Sandbox.

If you need to request a temporary exception entitlement, use Apple’s bug reporting system to let Apple know what’s not working for you. Apple considers feature requests as it develops the OS X platform.

Note: If you request a temporary-exception entitlement, be sure to follow the guidance regarding entitlements provided on the iTunes Connect website. In particular, use the Review Notes field in iTunes Connect to explain why your app needs the exception, and include the bug number.

To request a temporary exception entitlement for a target in an OS X Xcode project, add it to the target’s .entitlements property list file using the Xcode property list editor.

    
risposta data 07.05.2014 - 12:48
fonte

Leggi altre domande sui tag