Skip to main content

Topic: game ios profile

Commands in the game ios profile topic are prefixed shipthis game ios profile. They relate to the App Store Mobile Provisioning Profiles for a specific game (generally in the currently directory).

info

A Provisioning Profile authorizes your app to run on devices and access Apple services. It is a digitally signed XML file issued by Apple that combines your App ID, developer certificate, entitlements, and device identifiers. It’s essential for development and distribution.

You can view the registered Profiles in the Apple Developer Portal.

tip

You will need to be authenticated against ShipThis and Apple before you can use these commands. To do that please run the following commands first:

Example

asciicast

Commands

game ios profile create

Description

Creates a Mobile Provisioning Profile in the Apple Developer Portal.

tip

You will need a valid iOS Distribution Certificate before you can create a Provisioning profile. To do that please run:

Help Output

game ios profile export

Description

Saves the current Mobile Provisioning Profile to a ZIP file

Help Output

game ios profile import

Description

Imports an Mobile Provisioning Profile to your ShipThis account

Help Output

game ios profile status

Description

Shows the Game iOS Mobile Provisioning Profile Status.

Help Output