iOS Export
To export for iOS open your project in the AppGameKit IDE, go to the File menu and select Export Project and then As iOS IPA. You will be shown this dialog.
The following needs to be filled in.
- App Name - the name of the application
- App Icon - provide a 1024 x 1024 icon in PNG format
- Provisioning Profile - select your Ad Hoc or App Store provisioning profile
- Splash Screens - provide images with the dimensions specified in PNG format
- Orientation - specify whether your app is landscape only, portrait only or works with both orientations
- Version Number - set this to 1 for your first export
- Build Number - set this to 1 for your first build
- Facebook App ID - fill this in if your application links to Facebook
- Device Type - select the devices that your app runs on
- Uses AdMob or Chartboost - tick this box if you use the advertising commands
- Firebase Config File - if you use the Firebase commands specify the configuration file
- Output File Location - specify the output location for the IPA file that gets generated