LoginSignup
1
1

More than 5 years have passed since last update.

iOS 64 bit 対応していないアプリを提出すると、どの段階で Apple から怒られるのか

Last updated at Posted at 2015-06-20

2015/6/1 より iOS 64 bit 対応が必須となりました。

64-bit and iOS 8 Requirements for App Updates

そこで、もし 64 bit 対応をしていない (32 bit のみ対応) のアプリを審査に出した場合、どの段階で怒られるのか調べてみました。
アプリをアップロードするタイミングなのか、審査でリジェクトなのか…

結果

アプリをアップロードするタイミングでエラーになります。

Xcode の Organizer ウィンドウの Archives から、"Submit to App Store..." でアップロードしようとした所、以下のエラーでアプリの提出が出来ませんでした。

  • エラーウィンドウ画面
    Screen Shot 2015-06-20 at 7.38.50 PM.png

  • エラー内容 // 画像の内容をテキストにしました

    ERROR ITMS-90086: "Missing 64-bit support. Beginning on February 1, 2015 new iOS apps submitted to the App Store must include 64-bit support and be built with the iOS 8 SDK. Beginning June 1, 2015 app updates will also need to follow the same requirements. To enable 64-bit in your project, we recommended using the default Xcode build setting of "Standard architectures" to build a single binary with both 32-bit and 64-bit code.
    

もし、誤って 64 bit 対応していないアプリをアップロードしてしまっても、審査提出前にエラーになるので安心ですね。

検証環境

  • ビルド
    • Xcode の Architectures を armv7 に設定
  • アプリアップロード手順
    • Xcode で archive -> Organizer で "Submit to App Store..."
1
1
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
1
1