Release Checklist - adapt-it/adapt-it-mobile GitHub Wiki

Following are some release items that need to be verified for a release. Some of these are manual.

iOS

  • Older versions of the Cordova build didn't properly copy over all the icon files. In Xcode, verify that there are no missing icons / icons with no platform. These will show up as warnings when you build locally.
  • Verify that the Info.plist has all the UISupportedInterfaceOrientations checked.
  • Verify that the Info.plist has UIFileSharingEnabled (Application Supports iTunes file sharing) enabled / set to YES.
  • Verify the Info.plist has ITSAppUsesNonExemptEncryption (application uses non-exempt encryption) set to NO.