From February 1st 2015 all new iOS apps submitted to the App Store must include 64-bit support and be built with the iOS 8 SDK. Beginning June 1st 2015 app updates will also need to follow the same requirements. To enable 64-bit in your project Apple recommend using the default Xcode build setting of “Standard architectures” to build […]
Category: .Starting Development
Objective-C Differences To C
All of the standard C language keywords are used in Objective-C. Additional keywords from Objective-C have a ‘@’ prefix.
Creating A New Project
Creating Provisioning Profile For An App Create the App ID In the Developer Center select 'Certificates, Identifies & Profiles' Select 'Provisioning Profiles' Select 'Identifiers' > 'App ID's' Press the '+' button to create a new App ID Description As required, the name of the app or how you will refer to it Bundle ID com.mydomainname.MyApName (this […]
New App Check Lists
Basic Design Questions Single screen orientation or dual orientation? Will the application use encryption? If yes then it needs to comply with US laws regarding this. Will the application use iAds? If so you also need to specify if the application be targetted at under 17’s? Submission Needs The Following Application description (max 4000 characters) […]
Claiming Your App’s Name
Start the process of submitting an application with iTunes Connect, fill in the name of your new application, but don’t complete the submission. As long as you enter the name and fill in all the relevant fields with any sort of data you can try to claim the given name. The key is the “Upload […]