1
1

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.

はじめてdeploygateでiphone端末にデプロイするまで

1
Posted at

deploygateを初めて体験してみたときのメモ。
deploygateのチュートリアルがよく出来ているので、ほぼその通りやると行ける。
(開発ツール→ipaファイルの作成方法 で出てくるpopup)

AppleIDをXcodeに登録

配布用証明書を作成する(Apple Developer)

AppIDを登録(Apple Developer)

iphoneデバイスの登録

deviceが自動で登録されていない場合(Apple Developer)

・iphoneをPCに接続
・Xcode → ヘルプ → 検索フォームに「devices」 → 接続しているiphoneが表示されているので、そこのidentifierをUUIDとしてAppleDeveloperに登録する

ProvisioningFileを作成

・NameをAppIDと合わせておかないと自動で認識してくれない(なんか回避方法はありそう)

Archiveをビルドしてipaファイルをexportする

deploygateにアップロードする

端末で確認する

・deploygateのアプリ画面からメールorQRコード経由でdeploygateをインストール
・deploygateを開くと上記で登録したアプリが表示されているので、インストール

おわり

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

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?