新しい Xamarin.iOS アプリをアプリ ストアに送信したところ、Apple から次の警告を受け取りました。
We have discovered one or more issues with your recent delivery for "My App". Your delivery was successful, but you may wish to correct the following issues in your next delivery:
Non-PIE Binary - The executable 'MyApp.app' is not a Position Independent Executable. Please ensure that your build settings are configured to create PIE executables. For more information, refer to:
テクニカル Q&A QA1788 - ポジションに依存しない実行可能ファイルの構築
If you would like to update your binary for this app, you can reject this binary from the Binary Details page in iTunes Connect. Note that rejecting your binary will remove your app from the review queue and the review process will start over from the beginning when you resubmit your binary.
Appleが最近これを実施し始めたと思います。
これは Xamarin Studio で有効にできますか? Xamarin.iOS で問題が発生しますか?