現在、Mac App Store にアプリを提出中です。ストアに送信すると、Apple から次のメールが届きます。
Dear developer,
We have discovered one or more issues with your recent delivery for "YourApp". To process your delivery, the following issues must be corrected:
App sandbox not enabled - The following executables must include the "com.apple.security.app-sandbox" entitlement with a Boolean value of true in the entitlements property list. Refer to the App Sandbox page for more information on sandboxing your app.
• YourApp.app/Contents/MacOS/YourApp
Once these issues have been corrected, go to the Version Details page and click "Ready to Upload Binary." Continue through the submission process until the app status is "Waiting for Upload." You can then deliver the corrected binary.
[プロジェクト オプション] -> [Mac OS X アプリケーション] の下に、次のものがあります。
- 資格を有効にする - チェック済み
- 一部のiCloudのものは自動入力されます
- アプリのサンドボックスを有効にする - チェック済み
- 発信ネットワーク接続を許可 – チェック済み
Mac OS X Packaging の下で – App Store 配布証明書も手動で選択しました。
送信するには、Build->Archive を使用し、XCode 内から送信しています。XCode 内で「検証」すると、エラーはありません。
何か案は?