Game Development Reference
In-Depth Information
Getting the AppID, Certificate, and
Distribution Provisioning Profile on the
Provisioning Portal
This section covers all the necessary actions on the Provisioning Portal. You will
create the App ID that will be the unique ID of your game. You will also use your
Distribution Certificate (created in Chapter 1) to sign your app. Lastly, you will
create the Distribution Provisioning Profile that will be used to publish the game
in GameSalad.
Creating Your App ID
First, you need to create an ID for your game. This is the AppID.
Go to the Provisioning Portal ( developer.apple.com , then Member Centre iOS
Provisioning Portal).
Click the App IDs option located on the left side on the screen and then click the
New App ID button to land on the Create AppID page, as shown in Figure 11-1.
You will need to provide:
Description: This should be a way to find your App ID
rapidly. I suggest using the name of your game.
Bundle Seed ID: You can leave it as ''Use Team ID'' unless
you want to select a Bundle Seed ID. The Bundle Seed ID is
used when you have several games that will share the same
Keychain access (to share data such as usernames and
passwords).
Bundle Identifier: Enter something that will be unique for this
app in the whole world. Apple recommends using a reverse
domain name, but you may not have a domain name. In
such a case, use something that will be unique to you and
that nobody else would pick.
Then click the Submit button.
 
Search WWH ::




Custom Search