3

現在、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 内で「検証」すると、エラーはありません。

何か案は?

4

1 に答える 1

3

この問題を Xamarin サポートに送信したところ、解決されました。

彼らは、問題を修正した新しいバージョンの Xamarin を送ってインストールしました。

他の人がこの問題を抱えている場合は、すぐに更新する必要があります。

于 2013-03-01T14:49:36.337 に答える