タイトルの通り、NativescriptをiOS申請する時にちょこっとハマったので参考になった記事をシェアします
手順としては、
- 1024 * 1024のファイルをpng形式で作成
-
App_Resources/iOS/Assets.xcassets/AppIcon.appiconset/
に作成したpngファイルを入れる
ちなみにネーミングは”iTunesArtwork@2x.png”で登録しました - 同ディレクトリ内のContents.jsonにファイルの情報を記述
-
{ "size": "1024x1024", "idiom": "ios-marketing", "filename": "iTunesArtwork@2x.png", "scale": "1x" }
とりあえずざっくりとしていますが、この流れで問題なくビルドすることができました!
参考にした記事
Missing Marketing Icon – iOS Apps must include a 1024x1024px Marketing Icon in PNG format
App Icons on iPhone, iPad and Apple Watch
Missing Marketing Icon
Where to find ‘Missing Marketing Icon’
コメントを残す