iyuichiの私的開発ログ

渋谷で働くWebエンジニアのログ. Java, Android, iOS, Docker, GCP, AWS, ゲーム開発

iOSアプリの64bit対応化は本気だね

Appleにアプリの申請をしていて審査には通ったものの以下のような文が記載されていました。

2015/2/1から64bitサポートとiOS 8 SDKでビルドしないとだめ。

2015/6/1からはアップデートもそれに従わないといけないから

“Standard architectures”に設定して32bitと64bitの両方に対応するのがオススメ。って感じですかね

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 recommend using the default Xcode build setting of “Standard architectures” to build a single binary with both 32-bit and 64-bit code.

こうしてApp Storeから非64bitアプリのシェアを減らして、端末側でもどっかで切り捨てるんだろうな。