3
4

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

More than 5 years have passed since last update.

2019 年 3 月以降の iOS アプリ申請について

Posted at

2019 年 3 月以降からは、 App Store に提出されるすべての iOS アプリは、iOS 12.1 以降の SDK でビルドする必要があります。

詳しくは、App StoreにiOS Appを提出するを参照してください。

現在、iOS 11 系のバージョンでビルドしている場合は、下記のようなメッセージが表示されているようです。

SDK Version Issue - This app was built with the iOS 11.2 SDK. Starting March 2019, all iOS apps submitted to the App Store must be built with the iOS 12.1 SDK or later, included in Xcode 10.1 or later.

ビルド環境設定

Monaca では、Cordova 7.1 プロジェクトで iOS 12.1 以降の SDK でビルドを行うために、新たに ビルド環境設定 項目が追加されました。

メニュー.png

この「ビルド環境設定」から Xcode 10.1 を選択し、保存 ボタンをクリックすることで、対象プロジェクトを iOS 12.1 以降の SDK でビルドすることが可能になります。

ビルド環境設定.png

おわりに

App Store へ iOS アプリを提出する際の SDK バージョン要件については、定期的に更新されます。

App Store Connect へ アプリをアップロードした際に、SDK バージョンに関するメッセージが表示された場合は、「ビルド環境設定」から適切な Xcode を選択して利用してください。

3
4
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
3
4

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?