4
7

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

Xcodeで開発したアプリを審査通す前に身内へ試しに使ってもらうメモ

Last updated at Posted at 2019-11-03

#概要

普段はReact NativeでiOSアプリを開発してます

今回は、iOSアプリは審査に出して通るまで公開できずに それまで試しに友人に使ってもらうことはできないと落ち込んでる人へ そんなことはないぞと反論するメモを共有します

#解決策
###インストール側
身内に使ってもらうのであればまずTestFlightをインストールしてもらい
AppStoreConnectにサインアップさせましょう

File.jpg

###アプリ開発者側
普段通りXcodeにてビルドしたアプリをアップロードし、AppStoreConnectへログインして下記画像のようにTestFlightタブに

スクリーンショット 2019-11-03 18.12.03.png

先ほどアップロードしたビルドが一覧にあるので、ビルドを選択してテストを行うことを承認すれば

スクリーンショット 2019-11-03 18.17.31.png

あらかじめテスターに登録したAppStoreConnectユーザーがTestFlightを通してビルドをインストールすることができ、試し利用を行わせることが可能になります

4
7
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
4
7

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?