FlutterアプリをiOSのTestFlightで配布する手順【前編】
Test Flightへの配布手順
Flutterで将棋アプリを作成していて、大体出来上がってきたのでTest Flight
でベータ版を配布したい。
手順が長いので分割して投稿します。
証明書発行
macのアプリケーション
→ユーティリティ
→キーチェーンアクセス
を開く。
メニューの証明書アシスタント
→証明局に証明書を要求
をクリック
ユーザのメールアドレスを入力して要求の処理をディスクに保存にする。
保存先にCertificateSigningRequest.certSigningRequest
ができる。
Apple developerサイトにて
Certificates, Identifiers & Profiles
でCertificates
→Certificates
のプラスボタンを押して、iOS App Development
を選択してContinue
ボタンを押す。
アプリIDを登録する
Certificates, Identifiers & Profiles
でIdentifiers
の+(プラス)
ボタンを選択し、App IDs
を選択。
Select a type
でApp
を選んでContinue
ボタンを押す。
Register an App ID
でDescription(アプリを特定できる名前、あとで変更可能)とBundleIDを記入してContinue
ボタンを押す。内容を確認しRegister
ボタンを押す。
配布できるようにする
同じくCertificates, Identifiers & Profiles
でProfiles
→iOS App Development
を選択してContinue
ボタンを押す。
さきほど登録したApp IDを選択してContinue
ボタンを押す。次にCertificatesにさきほど登録した
同じくCertificates, Identifiers & Profiles
でProfiles
→Distribution
のApp Store
を選択してContinue
ボタンを押す。
app store connectにアプリを登録する
サイトでログインし、マイAPP
をクリック、
+(プラス)
ボタンを押して、新規App
を選択する。
下記を入力
プラットフォーム:iOS
名前:アプリの名前(後から変更可能)
プライマリ言語:日本語(リリースしたいメイン言語)
バンドルID:上記で設定したBundleIDを選択
SKU:管理上の名称
ユーザアクセス:アクセス制限なし
作成を押して、下記のようにアプリが表示されていればOK。
XCodeからアップロード
Generic iOS Deviceを選択してProduct
→Archive
を選択する。
Validate app
を押す。
ここで2つエラーが発生。
App Store Connect Operation Error
Invalid Signature. A sealed resource is missing or invalid. The file at path[/] is not properly signed. Make sure you have signed your application with a distribution certificate, not an ad hoc certificate or a development certificate.
Verify that the code siging settings in Xcode are correct at the target level (which override any values at the project level). Additionally, make sure the bundle you are uploading was built using a Release target in Xcode, not a Simulator target. If you are certain your code signing settings are correct, choose "Clean All" in Xcode, delete the "build" directory in the Finder, and rebuild your release target. For more information, please consult https://developer.apple.com/library/ios/documentation/Security/Conceptual/CodeSigningGuide/Introduction/Introduction.html
App Store Connect Operation Error
Invalid Bundle. The bundle xxx.app/Frameworks/App.framework does not support the minimum OS Version specified in the Info.plist.
1つ目はGeneral
のdisplay name
を日本語から英語に変更したら解消。
もう一つの対応方法はこちらを参照。
終わったらDistribute App
を押してApp Store Connect
を選択して次に進む。
Upload
を選択して次に進む。
デフォルトのままで次に進む。
デフォルトのままで次に進む。
Upload
ボタンを押す。
成功するとApp Runner successfully uploaded
が出るので右下の右矢印マークを押すとApp Store Connectサイトに飛ぶ。
続きは後編(未投稿)へ
Author And Source
この問題について(FlutterアプリをiOSのTestFlightで配布する手順【前編】), 我々は、より多くの情報をここで見つけました https://qiita.com/kz23szk/items/d7c90bea1f6136218456著者帰属:元の著者の情報は、元のURLに含まれています。著作権は原作者に属する。
Content is automatically searched and collected through network algorithms . If there is a violation . Please contact us . We will adjust (correct author information ,or delete content ) as soon as possible .