Skip to content

Latest commit

 

History

History
32 lines (14 loc) · 899 Bytes

Unity-Building-to-iOS.md

File metadata and controls

32 lines (14 loc) · 899 Bytes

Reference Sheet - Unity - Building to iOS

Steps

  1. See Getting started with iOS development

Terminology

Term Definition
SDK Software Development Kit

Tips and Common Issues

  • Each time you push a build to AppStoreConnect remember to increment the version or build number or your app will be rejected.
  • ITSAppUsesNonExemptEncryption export compliance: See this StackOverflow answer

Sources

  1. Unity Manual Getting started with iOS development
  2. Unity Tutorial Publishing for iOS explains the basics of building and uploading to XCode