自分用App StoreにiPad アプリを上げるときのチェックリスト

とりあえず今回チェックしたポイント
抜けがあれば後々修正する予定

プログラムは完成している気分

2011/2/24 Reject されてしまったのでもう一度見直す。
ちなみにAppleからのReject理由を書いたメールは無し。


アプリ名Padocu で上げる
plistのチェック

  • Localization native deelopment region : Janan(英語又はマルチランゲージならEnglish なんでJapaneseじゃないんだろ...)
  • Bundle identifier : jp.mksc.padocu
  • Bundle display name : Padocu
  • Icon file : 値無し
  • Icon files :
    • Item 0 : Icon-72.png
    • Item 1 : Icon-Small-50.png
    • Item 2 : Icon-Small.png
  • Bundle version : 1.0
  • Supported interface orientations (全方向サポート iPadでは必須?)
    • Item 0 : Portrait (bottom home button)
    • Item 1 : Portrait (top home button)
    • Item 2 : Landscape (left home button)
    • Item 3 : Landscape (right home button)
  • Application uses Wi-Fi : true (起動直後からネットワークが必要なので)
  • Required device capabilities
    • wifi (起動直後からネットワークが必要なので)

2011/2/24 修正
アイコンが全部あるかチェック
http://developer.apple.com/library/ios/#qa/qa2010/qa1686.html

Include the following in your application's Resources group in the Xcode project:

Table 2 : iPad-only apps icon requirements.

Image Size (px) File Name Used For Required Status Notes
512x512 iTunesArtwork Ad Hoc iTunes Optional but recommended File should be in png format, but name it without the .png extension
72x72 Icon-72.png App Store and Home screen on iPad Required
50x50 Icon-Small-50.png Spotlight on iPad Optional but recommended
29x29 Icon-Small.png Settings on iPad Recommended if you have a Settings bundle, otherwise optional but recommended

と書いてあるのに 72x72 のIconをIcon.pngで上げたのがちょっと臭い
後、Settings画面も使ってるので

  • Icon-72.png (72x72)
  • Icon-Small-50.png (50x50)
  • Icon-Small.png (29x29)
  • Default-Landscape.png
  • Default-Portrait.png

を用意する


xcodeproj

  • ビルド
    • 構成 : AppStore
      • コード署名ID : iPhone Distribution: MK System
      • Targeted Device Family: iPad

その他用意するもの

iTunes Connect

  • App Name : Padocu
  • SKU Number : jp.mksc.padocu
  • Bundle ID : jp.mksc.padocu(Provisioning Portal でこの名前にしてある)
  • Version number : 1.0 上の Bundle version と合わせる必要あり