Skip to content

Instantly share code, notes, and snippets.

@sebreh
Created July 25, 2014 07:52
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save sebreh/42b302101b9356af94b1 to your computer and use it in GitHub Desktop.
Save sebreh/42b302101b9356af94b1 to your computer and use it in GitHub Desktop.
iOS 8 Readiness Checklist

iOS 8 Readiness Checklist

UIKit

  • Adopt size classes and be aware of the old derecated rotation APIs. Test your app on the resizable simulator.
  • Push Notifications: The API to register for push notifications has changed on iOS 8 with new methods on UIApplication.
  • If you use app icon badges, you need to ask for user permission in order to do so.

Foundation

...

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment