submission - How to Codesign and Sandbox Helper Application in Xcode 4? -


this problem: have mainapp contains helperapp. helper app used login items need differentiate mainapp , helperapp bundle ids. copied helperapp mainapp buildphase copy. if codesign , sandbox helperapp upload phase stops... error related provisioning profile. if don't code sign/sandbox helperapp upload works after 2 minutes receive invalid binary" warns me "app sandbox not enabled" on helper app.

do know correct practice sandbox , app helper app in it? can't find nothing in documentation!

i had same scenario: mainapp contains helperapp, used launch mainapp @ login.

the "invalid binary - app sandbox not enabled" problem got resolved making sure code signing identity both apps in xcode set "3rd party mac developer application".

then, after submitting review, got "waiting review" notification , no more "invalid binary" errors.


Comments

Popular posts from this blog

c# - SVN Error : "svnadmin: E205000: Too many arguments" -

c# - Copy ObservableCollection to another ObservableCollection -

All overlapping substrings matching a java regex -