開発用Provisioning Profileの取得
A provisioning profile links your signing certificate and App ID so that you can sign apps to install and launch on iOS devices. You must have a development provisioning profile to sign apps for use with iOS Gateway version 3.4 and later.
Step by Step: Creating Your Development Provisioning Profile
開発用Provisioning ProfileはオンラインApple Developerポータルから取得する必要があります。開発用Provisioning Profileを取得するには、次の手順に従ってください。
- Apple DeveloperウェブサイトのMember Centerに、Apple Developerアカウントでログインします。Apple Developerアカウントをお持ちでない場合は、作成してください。
- In the Member Center, click to select the Certificates, Identifiers & Profiles section, then select Provisioning Profiles > All in the left panel, under iOS, tvOS, watchOS.
- Provisioning Profileを作成するには、右上隅のAdd(追加)ボタン (+) をクリックします。
- If you're testing iOS devices, select iOS App Development as the type. If you're working with Apple TV, select tvOS App Development as the type. Click Continue.
- ドロップダウンリストからこのプロファイルを使用したいアプリ用の App ID を選択し、次にContinue(続ける)をクリックします。
Provisioning Profileの前にApp IDを作成しておくことを忘れないでください。これでリスト上で利用できます。For information on creating the App ID, see Creating an iOS App ID. - 開発用Provisioning Profileにアクセスするチームメンバーを選択し、次いでContinue(続ける)をクリックします。
- この開発用Provisioning Profileが適用される機器を選択し、次いで Continue(続ける)をクリックします。
- プロファイルに名前を付けて、次にGenerate(生成)をクリックして開発用Provisioning Profileを作成します。
- アプリケーションに署名する機器にプロファイルをダウンロードします。機器はiOS GatewayとXcodeがインストールされたものと同じでなければなりません。
Developerポータルで既存のプロファイルを編集できます。You can also view and download profiles that are associated with your account through Xcode by going to Xcode > Preferences > Accounts.
Provisioning Profileで何をしますか?
If you will be testing iOS 9 or later devices, or using iOS Gateway 3.4 or later, you need to import the development provisioning profile into Xcode on the same machine where you will run iOS Gateway. プロファイルをXcodeにインポートするには、ダウンロードしたファイルをダブルクリックします。インポートが成功してもファイルが開いたりXcodeから確認を得たりする表示はされませんが、機器にXcodeのアイコンが表示されます。
現在iOS 9以降の機器をテストしていなくても、以下の手順に従ってプロファイルをXcodeにインポートする事を考慮するかもしれません。特にWildcard App IDのプロファイルで後ほどテストの需要が変わった場合に使用したい事はあり得るでしょう。You can re-download your provisioning profiles from the Apple Developer website as well as through Xcode.
Make sure you know where on the local machine you've stored the development provisioning profile. The default location is ~/Library/MobileDevice/Provisioning Profiles. iOS Gatewayで署名用ツールでアプリに署名する場合に、プロファイルのファイルをブラウズしたりナビゲートする必要があります。For complete information about signing apps, see Signing Apps for Use with iOS Gateway.