LoginSignup

This article is a Private article. Only a writer and users who know the URL can access it.
Please change open range to public in publish setting if you want to share this article with other users.

More than 3 years have passed since last update.

AppStoreConnectにビルドしたファイルが選択、表示できない際に確認するべきこと

Last updated at Posted at 2020-09-19

確認事項1
カメラ機能や写真ライブラリにアクセスする際に、Info.plistに目的明示をしているかどうか

フォトライブラリ
Key: Privacy - Photo Library Usage Description
Value: (例) "プロフィール画像に使用します。"

カメラ
Key: Privacy - Camera Usage Description
Value: (例) "顔写真を撮るために使用します。"

マイク
Key: Privacy - Microphone Usage Description
Value: (例) "ビデオ撮影のためにマイクを利用します。"

位置情報
Key: Privacy - Location Usage Description
Value: (例) "店舗情報のために位置情報を取得します。"

確認事項2
IOS 11以降のSDKで構築されたアプリは、アセットカタログでアプリアイコンを提供する必要があり、このInfo.plistキーの値も提供する必要がある。

プロジェクトファイル -> TARGETS -> General -> App Icons and Launch Images -> App icons Source
この際に、App icons Sourceにuser assets catalogと表示されていれば、必ずAssetsを選択するか新しく作る。

↓↓↓以下TARGETSのGeneralタブ内の画面↓↓↓
image.png

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