1
2

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 3 years have passed since last update.

【Fire base+swift】学習記録(5)xcodeでアプリ申請→公開まで

Last updated at Posted at 2019-11-24

Firebaseを勉強し始めてから、2週間ほど経ちました。
今までで作成したアプリは全て、サーバーなどよくわからなかったので一人で完結するものでした。
アプリを作る上でいろいろな人が繋がれる物が作りたくて、Firebaseを勉強し始めました。

先日簡単ですが、アプリができたので早速アプリ申請に通しました。
わーい!

アプリ申請は2回目ですが、やり方忘れており備忘録としてこちらにまとめておきます。
前提として、自分はすでにDeveloper登録しています。

#アプリ公開まで
###①BundleIDの登録
apple developer>Account>Certificates, Identifiers & Profiles>Identifiers>「+ボタン」からBundleIDを登録
https://developer.apple.com/
スクリーンショット 2019-11-24 13.51.49.png

###②MyAPP作成
app store conectのMyAPPの「+ボタン」から新しいアプリを作成
スクリーンショット 2019-11-24 13.52.06.png

###③Xcodeからアプリをアーカイブ
ビルド先を「Generic iOS Device」にして、Archiveしましょう。
これで、app store conectのMyAPPから提出可能な状態になります。
スクリーンショット 2019-11-24 13.53.33.png

###少しハマったポイント
①アイコン画像は透明部分があってはいけない。(pngで作成して、透明部分があると拒否される)
②Appstore用のスクリーンショットは全部用意しないといけない
③MyAPPでカテゴリーやプライスも設定する

提出ができれば、自動的にAppStoreに公開されます。
審査が一発で通ることを願って待ちます!

1
2
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
1
2

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?