
We’ve pushed an updated RC for 3.1.3. This release has no known issues for iOS 7. With this build, you are now able to submit apps to the Apple app store in time for the iOS 7 GA release. We plan on delivering a public GA of 3.1.3 concurrent with iOS 7 on September 18th.
From our previous post, in order to take advantage of the new iOS 7 UI features such as full screen support, flat design, translucent objects, new app icons, and other items, you will need to make minor modifications to your current applications. Our 3.1.3 RC will enable you to make the necessary changes quickly and easily while still using they same cross-platform JavaScript APIs that you are already familiar with.
To learn more about our support of iOS7 please see our webinar and blog post. To assist with your transition, read the complete iOS 7 migration guide.
How to Update
These are links to continuous integration builds. To install them, choose “Help Menu > Install Specific Titanium SDK…” from inside Titanium Studio.
NPM Packages
Note: You may need to use ‘sudo’ before these terminal commands on OSX and Linux
npm install -g alloy@1.2.2-beta
To revert back to stable versions:
npm remove -g alloy npm install -g alloy
Updates in Titanium 3.1.3
A full list of iOS 7 tickets is available here. Release notes are available here.
Any danger of a link to the docs for this version? 😉
@Kosso, yes. We’ve updated the post to link to the release notes (http://docs.appcelerator.com/titanium/release-notes/?version=3.1.3.RC), and the docs are updated as well.
Thanks Ingo.
Though.. I was looking to see if there’s a way to tap in to the actual documentation url with this version rather than just the release nots.
don’t worry. I can now see the new 3.1.3 in the main docs, which I couldn’t before. 🙂
The default colors using in 3.1.3 for the window title and tab groups do not match Apple’s defaults for iOS 7…
https://jira.appcelerator.org/browse/TC-2946