iOS 64 bit 対応していないアプリを提出すると、どの段階で Apple から怒られるのか
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..." でアップロードしようとした所、以下のエラーでアプリの提出が出来ませんでした。
-
エラー内容 // 画像の内容をテキストにしました
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..."
- Xcode の Architectures を armv7 に設定
- Xcode で archive -> Organizer で "Submit to App Store..."
Author And Source
この問題について(iOS 64 bit 対応していないアプリを提出すると、どの段階で Apple から怒られるのか), 我々は、より多くの情報をここで見つけました https://qiita.com/sea_mountain/items/45fcf155f504783925c3著者帰属:元の著者の情報は、元のURLに含まれています。著作権は原作者に属する。
Content is automatically searched and collected through network algorithms . If there is a violation . Please contact us . We will adjust (correct author information ,or delete content ) as soon as possible .