起動時に表示されるスクリーン。カッコよく作るとアプリの印象が良い。
<code>App_Resoures/iOS/Assets.xcassets/LaunchScreen.Center.imageset</code> のしたにある png ファイルをサイズをそのままに書き換える。
=== Development certificates ===
Development certificate は iOS app を開発者が誰かわかるようにサインするために用いられる。
https://developer.apple.com/account/ios/certificate/certificateList.action?type=development を開いて '+' ボタンをクリック。指示に従って 'iOS App Development' certificate を作成する。
ダウンロードした certificate file をダブルクリックすると、keychain に格納される。
=== Distribution certificate ===
Distribution certificate は iTune Connect への申請が誰のものか分かるように、application binary (IPA file) にサインするために用いられる。
https://developer.apple.com/account/ios/certificate/certificateList.action?type=development を開いて '+' ボタンをクリック。指示に従って 'iOS Distribution' certificate を作成する。
ダウンロードした certificate file をダブルクリックすると、keychain に格納される。