osx - Missing "com.apple.security.app-sandbox" while App distribution -


i got strange issue app distribution mac app store.

i got mainapp , helperapp. http://take.ms/gs3srn

after being uploaded receive mail apple.

dear developer,

we have discovered 1 or more issues recent delivery "monosnap". process delivery, following issues must corrected:

app sandbox not enabled - following executables must include "com.apple.security.app-sandbox" entitlement boolean value of true in entitlements property list. refer app sandbox page more information on sandboxing app.

monosnap.app/contents/library/loginitems/monosnaplauncher.app/contents/macos/monosnaplauncher once these issues have been corrected, go version details page , click "ready upload binary." continue through submission process until app status "waiting upload." can deliver corrected binary.

regards,

the app store team

at project level items sandboxed: 1 - http://take.ms/9s9bj 2 - http://take.ms/nfny9

here result of checking terminal .entitlement file has correct info codesign terminal gives me : http://take.ms/j4o2vh

how can enable sandbox helperapp?

in xcode 5, need turning "app sandbox" on in capabilities tab project target. it'll generate file named project_name.entitlements automatically.

this works me, , changed "waiting review" state now. ;)


Comments