WWDC 2014
June 2, 2014 - https://developer.apple.com/videos/wwdc2014/
Slides and Transcript:
https://developer.apple.com/videos/play/wwdc2014-201
Tags:
frameworks
Description:
Making your app appealing to customers around the world requires more than basic localization. See how to tackle the complex aspects of making your app truly world-ready. Learn about the latest developments with internationalization on iOS and OS X, and learn from case studies illustrating common pitfalls to avoid and simple and effective techniques. Find out how to give your users a great experience no matter what language they speak or where they live.
Watch on apple.com
Slides and Transcript:
https://developer.apple.com/videos/play/wwdc2014-202
Tags:
frameworks
Description:
iOS 8 brings enhancements to the Cocoa Touch frameworks for making next generation apps on iOS. Learn about updates to view controllers, the introduction of size classes, and get an overview of all new APIs to help you create adaptive apps. Hear about new capabilities, such as extensions and handoff, which will enable you to create great experiences for users to keep them up to date at all times or allow them to continue their workflow when they move from one device to another. Find out which sessions you won't want to miss throughout the week.
Watch on apple.com
Slides and Transcript:
https://developer.apple.com/videos/play/wwdc2014-205
Tags:
frameworks
Description:
Extensions enable you to keep people engaged with your content across iOS and OS X. Learn how to create extensions that share content with social websites, engage users in Notification Center, and enable a variety of other exciting features. Tap into the potential of extensions and prepare to dive into advanced topics in Part 2.
Watch on apple.com
Slides and Transcript:
https://developer.apple.com/videos/play/wwdc2014-206
Tags:
frameworks
Description:
The modern WebKit framework enables developers to integrate web content into their native app experience with more features and fewer lines of code. Dive into the latest WebKit enhancements including modern Objective-C features such as blocks and explicit object types, advanced bridging between JavaScript and Objective-C, increased JavaScript performance via WebKit's super-fast JIT, and more—all delivered in an API unified for both iOS and OS X.
Watch on apple.com
Slides and Transcript:
https://developer.apple.com/videos/play/wwdc2014-207
Tags:
frameworks
Description:
OS X is known for its unsurpassed level of accessibility. Find out about an all-new OS X accessibility API to make adding accessibility support to your apps even easier. Discover how to add support for VoiceOver, Switch Control, automation and other assistive-technology clients to work with your OS X applications. Learn advanced techniques to make complex controls accessible with only a few lines of code.
Watch on apple.com
Slides and Transcript:
https://developer.apple.com/videos/play/wwdc2014-210
Tags:
frameworks
Description:
iOS offers unmatched accessibility support that can help you reach a wider audience. Join us for an exploration of the features that iOS offers for users with specific needs, in areas such as vision, hearing, movement, and learning. Learn how to leverage existing and new UIAccessibility APIs in iOS 8, including expanded support for low vision users, to ensure that your app's features are available to all users.
Watch on apple.com
Slides and Transcript:
https://developer.apple.com/videos/play/wwdc2014-212
Tags:
frameworks
Description:
Learn how to build your OS X application using storyboards, view controllers, and gesture recognizers. See how these OS X enhancements can simplify complex user interaction controller code. Gain a practical understanding with a high level introduction to Xcode's Interface Builder integration and dive deep into a detailed discussion of the new APIs with tips to create great apps for OS X.
Watch on apple.com
Slides and Transcript:
https://developer.apple.com/videos/play/wwdc2014-213
Tags:
frameworks
Description:
iOS 8 introduces HomeKit, a high-level device connectivity framework enabling apps to interact with physical accessories in the world around us. Learn the objects that define these devices, see how to control them, and discover how to create a full device control experience for the home.
Watch on apple.com
Slides and Transcript:
https://developer.apple.com/videos/play/wwdc2014-214
Tags:
frameworks
Description:
View controllers are fundamental to creating apps on iOS. Learn about the enhancements made to view controllers in iOS 8 to improve the user experience in your apps. Dive into using and creating transition coordinators and find out about all-new additions to split view controllers and navigation controllers.
Watch on apple.com
Slides and Transcript:
https://developer.apple.com/videos/play/wwdc2014-216
Tags:
frameworks
Description:
Building your apps to be flexible enough to be used in different orientations and on different devices is crucial. Learn about the enhancements that have been made to UIKit view controllers to make it even easier for you to adapt your user interface to any size or orientation. See how to effectively use size classes to ensure a great user experience for any context and find out how Xcode can help you create and test your apps for different sized devices.
Watch on apple.com
Slides and Transcript:
https://developer.apple.com/videos/play/wwdc2014-217
Tags:
frameworks
Description:
Take the plunge into advanced extension concepts such as creating custom action extensions. Dive deep into extension architecture to learn how to provide a consistent experience between extensions and your app. See how to utilize extensions with Safari to bridge the gap between your websites and native apps, and discover how to make great extensions that users will love.
Watch on apple.com
Slides and Transcript:
https://developer.apple.com/videos/play/wwdc2014-218
Tags:
frameworks
Description:
Being successful with In-App Purchases requires much more than just having a store within your app. A well-designed experience motivates customers to purchase, offers them the items that they want based on what's happening, communicates item details and pricing clearly, and provides vital feedback about the purchasing process. Learn key design techniques, how best to communicate when new content and subscriptions become available, how to handle large sets of In-App content, and important StoreKit tips.
Watch on apple.com
Slides and Transcript:
https://developer.apple.com/videos/play/wwdc2014-219
Tags:
frameworks
Description:
Handoff allows people to seamlessly move activities between devices and pick up right where they left off. Learn how to save, transfer, and restore user activities in apps of all architectures. See how easy it is to add Handoff support to your iOS and OS X apps to make your user experience even better.
Watch on apple.com
Slides and Transcript:
https://developer.apple.com/videos/play/wwdc2014-220
Tags:
frameworks
Description:
OS X Yosemite introduces a refined new look, and Cocoa provides you with a rich set of APIs and facilities to embrace this new look in your application. Discover how to properly use these APIs to bring the refinement, translucency, and vibrancy of OS X Yosemite to your apps. Dive deep into a number of case studies demonstrating applications with different designs and needs.
Watch on apple.com
Slides and Transcript:
https://developer.apple.com/videos/play/wwdc2014-221
Tags:
frameworks
Description:
Make your app stand out from the competition with a compelling, yet familiar, user interface, and custom controls that match your app's personality and effectively reveal it's key features. Learn advanced Core Animation techniques such as spring view animations, and see new visual effects such as blur and vibrancy and how they can give your apps a visual edge.
Watch on apple.com
Slides and Transcript:
https://developer.apple.com/videos/play/wwdc2014-222
Tags:
frameworks
Description:
iAd technologies built into iOS let you easily include advertising in your app. Discover what's new in the iAd Framework, including multi-view banner strategies, full screen and video interstitials, and best practices to ensure optimal ad performance. You'll also learn how to implement iAd App Attribution to help you accurately measure the lifetime value of newly acquired customers.
Watch on apple.com
Slides and Transcript:
https://developer.apple.com/videos/play/wwdc2014-224
Tags:
frameworks
Description:
Get the most out of iOS's frameworks by understanding their core idioms and expectations. Learn about pervasive design patterns like 'Model, View, Controller', Target/Action, Delegation and others used throughout Cocoa Touch. Gain practical knowledge of architectural idioms to organize your code for flexibility, clarity and reliability. See how to structure your app to take full advantage of Apple's frameworks.
Watch on apple.com
Slides and Transcript:
https://developer.apple.com/videos/play/wwdc2014-226
Tags:
frameworks
Description:
iOS 8 brings dynamic type front and foremost throughout UIKit classes. Learn about extensive enhancements made to table views and collection views, empowering you to create dynamically sized cells and exercise greater control over layouts. Find out how to align user expectations from their settings to your UI.
Watch on apple.com
Slides and Transcript:
https://developer.apple.com/videos/play/wwdc2014-227
Tags:
frameworks
Description:
Developing apps for OS X Yosemite is easier than ever with new enhancements to Cocoa. Learn how to use these new tools and APIs to develop a modern OS X app. Explore what's now available in Cocoa and learn to harness and implement these key technologies to make your app at once totally modern and familiar to people using it on OS X Yosemite.
Watch on apple.com
Slides and Transcript:
https://developer.apple.com/videos/play/wwdc2014-228
Tags:
frameworks
Description:
iOS 8 brings you powerful new means of presenting content within your apps. Hear how presentation controllers were leveraged by UIKit to give you fine grain control using new alert and searching APIs. Dive deep into how presentation controllers work and how you can use them to present content within your app in exciting new ways.
Watch on apple.com
Slides and Transcript:
https://developer.apple.com/videos/play/wwdc2014-229
Tags:
frameworks
Description:
Explore a selection of high-level software engineering techniques presented in the context of Cocoa Touch. Learn how to manage complexity in large codebases by clearly defining where truth resides, by controlling state with Swift's powerful value types and immutability, and by thinking in terms of composition.
Watch on apple.com
Slides and Transcript:
https://developer.apple.com/videos/play/wwdc2014-232
Tags:
frameworks
Description:
Building an advanced user interface with collection view requires a great design, careful code architecture, and often times a custom layout. Learn how the iTunes team used UICollectionView to deliver a new version of the iTunes Connect app with an updated user interface incorporating pinning headers, swipe to edit and reorder, and a manageable code-base.
Watch on apple.com
Slides and Transcript:
https://developer.apple.com/videos/play/wwdc2014-235
Tags:
frameworks
Description:
Scrollviews build on gesture recognizers and underlying multi-touch mechanics to provide a fundamental piece of the iOS user experience. Gain a broader understanding of the iOS touch handling architecture through practical real-world examples. Discover advanced tips and tricks for combining scrolling with other touch handling techniques to create delightful user interfaces.
Watch on apple.com
Slides and Transcript:
https://developer.apple.com/videos/play/wwdc2014-236
Tags:
frameworks
Description:
Learn how to fluidly transition interactive UI elements from gesture-driven control to animated transitions. Take advantage of new iOS 8 behavior to smoothly transition between several animations on the same view. Discover architectural approaches to interfaces which remain interactive while they animate.
Watch on apple.com
Slides and Transcript:
https://developer.apple.com/videos/play/wwdc2014-237
Tags:
frameworks
Description:
Experience with past projects can help you do better work in the future if you can draw out the right lessons from what's happened. Hear stories and gain valuable insights from a senior engineer, with a lot of Apple software development experience, who's learned a few lessons along the way and figured out some useful approaches to take.
Watch on apple.com
Slides and Transcript:
https://developer.apple.com/videos/play/wwdc2014-301
Tags:
services
Description:
Earn commission while linking to iTunes music, apps, books, and more. Get an overview of the new global iTunes Affiliate Program and see how simple it is to get started linking to iTunes content using iOS APIs and SmartApp Banners, creating iTunes Radio stations, and much more.
Watch on apple.com
Slides and Transcript:
https://developer.apple.com/videos/play/wwdc2014-303
Tags:
services
Description:
Using the StoreKit framework properly and optimizing the user experience of your In-App store is vital in order to never miss out on a sale or confuse people. Learn valuable techniques for a trouble free browsing and purchasing experience, and to ensure your app gets through the app submission process smoothly.
Watch on apple.com
Slides and Transcript:
https://developer.apple.com/videos/play/wwdc2014-305
Tags:
services
Description:
Receipts provide a valuable record of the sale for an app or for any In-App Purchases made from within an app. You can add receipt validation code to your app to prevent unauthorized purchases and protect your content. Learn how to verify exactly what people have paid for and how to validate these transactions.
Watch on apple.com
Slides and Transcript:
https://developer.apple.com/videos/play/wwdc2014-306
Tags:
services
Description:
Automation in OS X has always been about power and choice. Scriptable applications, including Pages, Keynote, Numbers, and the Finder, can already be automated using a variety of languages, including AppleScript, Objective-C, Perl, Python, and Ruby. With OS X Yosemite, application scripting support has been added to another popular language, JavaScript. JavaScript for Automation (JXA) extends the standard JavaScript environment provided by the JavaScriptCore framework with support for querying and controlling all of the scriptable applications running in OS X. JXA scripts are supported at all layers of the system and can be invoked from the command-line, from the system-wide Script Menu, and can even be distributed as code-signed applications.
Watch on apple.com
Slides and Transcript:
https://developer.apple.com/videos/play/wwdc2014-401
Tags:
tools
Description:
Xcode is the development environment for creating amazing apps for iOS and OS X. Start the week by watching the Xcode team demonstrate the latest features and workflows in Xcode 6. This session also provides a complete overview of the in-depth developer tools topics covered at WWDC 2014.
Watch on apple.com
Slides and Transcript:
https://developer.apple.com/videos/play/wwdc2014-402
Tags:
tools
Description:
Swift is Apple's brand-new programming language for writing great iOS and OS X apps. Learn the basics of the language. See how to declare variables, use the fundamental data types, declare functions, and implement classes. Explore some of the great features that make Swift a safe, modern, and extremely powerful language.
Watch on apple.com
Slides and Transcript:
https://developer.apple.com/videos/play/wwdc2014-406
Tags:
tools
Description:
Swift makes it faster, easier, and more fun than ever to write Cocoa apps. See how you can integrate Swift alongside your existing Objective-C code. Learn how design patterns translate between languages and how you can start integrating Swift into your apps today.
Watch on apple.com
Slides and Transcript:
https://developer.apple.com/videos/play/wwdc2014-407
Tags:
tools
Description:
Swift and Objective-C work together at multiple levels to ensure that you can create great apps for iOS and OS X. Dive deep with us to see how to use fundamental Core Foundation and C types in your Swift code. Learn how bridging values work and gain a practical understanding of how Swift and Objective-C can accelerate your app development.
Watch on apple.com
Slides and Transcript:
https://developer.apple.com/videos/play/wwdc2014-408
Tags:
tools
Description:
Playgrounds are a new and innovative way to explore the Swift programming language. Explore how Playgrounds provide new workflows, enable rapid development, help you conveniently step through your code to diagnose bugs, and make it easier than ever to learn new concepts.
Watch on apple.com
Slides and Transcript:
https://developer.apple.com/videos/play/wwdc2014-411
Tags:
tools
Description:
Interface Builder makes it easy to create world-class interfaces using the design canvas. Learn how to use storyboards to arrange the views of your app, use Auto Layout to adapt to changes, and see how to easily make connections between your UI and your implementation on both iOS and OS X.
Watch on apple.com
Slides and Transcript:
https://developer.apple.com/videos/play/wwdc2014-412
Tags:
tools
Description:
Your app deserves a global audience, and iOS, OS X, and Xcode 6 make it easy to design and test applications in multiple languages. Discover how you can easily add and manage localized content, preview and test with different languages, and export and import content for localizers to translate.
Watch on apple.com
Slides and Transcript:
https://developer.apple.com/videos/play/wwdc2014-413
Tags:
tools
Description:
Xcode provides a powerful debugging user interface backed by the new state-of-the-art LLDB debugger. Discover how you can more easily explore and fix your user interfaces, add custom Quick Look support for your own classes and get deeper insight into how and from where your app is enqueuing work.
Watch on apple.com
Slides and Transcript:
https://developer.apple.com/videos/play/wwdc2014-414
Tags:
tools
Description:
Unit testing is an essential tool to consistently verify your code works correctly. Learn how Xcode 6 takes this to the next level with support for performance testing, baselining, and integration with Xcode bots to continually monitor your performance over time and devices.
Watch on apple.com
Slides and Transcript:
https://developer.apple.com/videos/play/wwdc2014-415
Tags:
tools
Description:
Xcode bots provide a seamless way to continually build, analyze, and test your applications across many devices. See the Xcode team show how to set up and configure bots, review unit and performance testing data, and set up custom triggers and integration points.
Watch on apple.com
Slides and Transcript:
https://developer.apple.com/videos/play/wwdc2014-417
Tags:
tools
Description:
The Apple LLVM compiler continues to evolve, with support for 64-bit iOS products, powerful new optimizations, and other new features. Learn about some of the advanced technology that the compiler uses to increase the performance of your code, and get details on how to take advantage of the latest features in the compiler.
Watch on apple.com
Slides and Transcript:
https://developer.apple.com/videos/play/wwdc2014-418
Tags:
tools
Description:
Whether you're new to optimizing your app's performance or a seasoned veteran, learn about the new version of Instruments. See the new workflows, tools, and tips that will help you analyze and refine your app as it adopts the latest Apple technologies, including Swift and app extensions.
Watch on apple.com
Slides and Transcript:
https://developer.apple.com/videos/play/wwdc2014-419
Tags:
tools
Description:
Creating a responsive UI requires an understanding of Core Animation and how mobile GPUs work. Learn about the iOS rendering pipeline in Core Animation, the new UIVisualEffectView and how it utilizes the GPU. Find out about the available tools for profiling UI performance. See how to identify and fix performance issues on a variety of devices.
Watch on apple.com
Slides and Transcript:
https://developer.apple.com/videos/play/wwdc2014-501
Tags:
media
Description:
See what's new in Core Audio for iOS and OS X. Be introduced to the powerful new APIs for managing audio buffers, files, and data formats. Learn how to incorporate views to facilitate switching between inter-app audio apps on iOS. Take an in depth look at how to tag Audio Units and utilize MIDI over Bluetooth LE.
Watch on apple.com
Slides and Transcript:
https://developer.apple.com/videos/play/wwdc2014-503
Tags:
media
Description:
Media playback just got easier and more powerful with the introduction of AVKit on iOS. Hear how AVKit provides view-level services that give you access to the modern media capabilities of AV Foundation. Learn the best practices for playing audiovisual media on iOS and OS X.
Watch on apple.com
Slides and Transcript:
https://developer.apple.com/videos/play/wwdc2014-504
Tags:
media
Description:
With the increasing popularity of media on the web, content providers find themselves confronted by an over-abundance of formats, codecs and technologies competing for their attention. See how to use the latest HTML5 technologies in WebKit and Safari to make it easier to deliver media to your users and explore the performance and user experience tradeoffs you'll need to keep in mind when deciding between building for simplicity and fine-grained control.
Watch on apple.com
Slides and Transcript:
https://developer.apple.com/videos/play/wwdc2014-505
Tags:
media
Description:
Rich metadata, such as time, date, location, and user defined tags, are particularly useful for time-based media. Discover how to harness static and timed metadata in your AV Foundation apps. See how to write metadata into media and read it during playback. Gain knowledge of best practices for privacy and protecting user data.
Watch on apple.com
Slides and Transcript:
https://developer.apple.com/videos/play/wwdc2014-506
Tags:
media
Description:
While a modern digital presence combines both apps and traditional web sites, people expect a coherent, seamless, and device-optimized experience in each case. Learn techniques and best practices for successfully making transitions between iOS and OS X apps and the web. Gain insights into the appropriate web standards you can use to make your web content look and work optimally in Safari.
Watch on apple.com
Slides and Transcript:
https://developer.apple.com/videos/play/wwdc2014-508
Tags:
media
Description:
Learn about using manual controls to manipulate focus, exposure, and white balance. Take control of the camera's focus position, ISO, shutter speed, temperature, tint, and more. Learn how to use the new iOS 8 exposure bracketing API to enable powerful creative and computational photography applications. Discover view-level services for capturing audio and video on OS X.
Watch on apple.com
Slides and Transcript:
https://developer.apple.com/videos/play/wwdc2014-509
Tags:
media
Description:
WebGL allows you to create amazing content that lifts off the page. Learn how to use WebGL to create immersive online experiences, display three-dimensional models with real-time interactivity and use image processing techniques typically thought of as unavailable on the web.
Watch on apple.com
Slides and Transcript:
https://developer.apple.com/videos/play/wwdc2014-510
Tags:
media
Description:
iAd Workbench makes it simple to create and manage mobile ad campaigns that reach the right audience for your apps, products or brands. Discover how features such as new creative executions, enhanced targeting and pricing capabilities and access via API's make iAd Workbench more effective and easy to work with. Learn how app download attribution and custom audience segments can provide insights into your audience, deliver customized messages and realize long term value.
Watch on apple.com
Slides and Transcript:
https://developer.apple.com/videos/play/wwdc2014-511
Tags:
media
Description:
iOS 8 introduces two frameworks for managing the photo library and enhancing editing in photo, video, and camera apps. Get introduced to the Photos Framework and see how it enables you to build first-class photo browsing and editing apps. Learn about photo editing extensions with the PhotosUI framework and see how to include your own editing features into the built-in Photos app.
Watch on apple.com
Slides and Transcript:
https://developer.apple.com/videos/play/wwdc2014-512
Tags:
media
Description:
Web Inspector, the powerful debugging tool in WebKit, is now available to JavaScriptCore-based apps. Find out how to leverage Web Inspector in your WebKit- and JavaScriptCore-based apps on iOS and OS X. Gain an overview of what's new in the JavaScript language and how to use modern JavaScript in your apps.
Watch on apple.com
Slides and Transcript:
https://developer.apple.com/videos/play/wwdc2014-513
Tags:
media
Description:
Discover how to use AV Foundation and Video Toolbox to access hardware accelerated encoding and decoding services. Gain best practices for when it is appropriate to use a high-level or low-level API for encoding or decoding. Learn about multi-pass export for improved H.264 encoding and see how to use it in your app.
Watch on apple.com
Slides and Transcript:
https://developer.apple.com/videos/play/wwdc2014-514
Tags:
media
Description:
Core Image lets you create amazing effects in your camera and image editing apps. Learn about the advances in Core Image for iOS 8 and OS X Yosemite. Get introduced to writing custom image processing filters for iOS and see how they can be used in Photos extensions. Walk through the enhancements for working with large images, and get details about the newest filters and detectors.
Watch on apple.com
Slides and Transcript:
https://developer.apple.com/videos/play/wwdc2014-516
Tags:
media
Description:
The increasing complexity of modern web applications brings increased challenges to ensuring your web app is usable by everyone. Discover how accessibility benefits everyone, and why it's worth the effort. Learn advanced tips and techniques, and discover new developer tools for increasing productivity and avoiding common pitfalls.
Watch on apple.com
Slides and Transcript:
https://developer.apple.com/videos/play/wwdc2014-517
Tags:
media
Description:
As your user base grows, so will the variety of devices you'll need to support. People expect modern web sites to be fast, visually appealing, and rich functionally, regardless of a device's performance characteristics, resolution or size. Learn how to use the latest web technologies in WebKit and Safari to create engaging, attractive, and adaptive layouts across all devices.
Watch on apple.com
Slides and Transcript:
https://developer.apple.com/videos/play/wwdc2014-602
Tags:
graphics and games
Description:
Kick off the game development sessions of WWDC 2014 by gaining insight into the key ingredients needed to create a great game for iOS. Understand the importance of harnessing the full capabilities of the platform to create a richer gameplay experience. Get practical guidance about game production and distribution, and learn the design and platform conventions that will make your game even more engaging.
Watch on apple.com
Slides and Transcript:
https://developer.apple.com/videos/play/wwdc2014-603
Tags:
graphics and games
Description:
Metal provides extremely efficient access to the graphics and compute power of the A7 chip. Get introduced to the essential concepts behind Metal, its low-overhead architecture, streamlined API, and unified shading language. See how Metal lets you take your iOS game or app to the next level of performance and capability.
Watch on apple.com
Slides and Transcript:
https://developer.apple.com/videos/play/wwdc2014-606
Tags:
graphics and games
Description:
SpriteKit provides everything you need for high-performance 2D games to animate sprites, simulate physics, and create stunning graphics effects. Check out new APIs for enhanced shading and lighting, advances in physics and collisions, constraints and inverse kinematics, integration with SceneKit, and powerful editing tools built right into Xcode 6.
Watch on apple.com
Slides and Transcript:
https://developer.apple.com/videos/play/wwdc2014-608
Tags:
graphics and games
Description:
Gain a deeper understanding of the best practices to follow when building a SpriteKit based game. Get tips about game construction and see how to map the logical elements of your game into SpriteKit. Learn how data driven techniques can speed your development cycle, and discover how to achieve maximum performance for rendering, physics, and animation.
Watch on apple.com
Slides and Transcript:
https://developer.apple.com/videos/play/wwdc2014-609
Tags:
graphics and games
Description:
Now available for iOS and OS X, SceneKit is an inventive high-level graphics framework enabling your apps to efficiently load, manipulate, and render 3D scenes. Get reintroduced to SceneKit and check out how your apps can take advantage of its latest capabilities. Learn about advanced capabilities for physics and animation, support for subdivision surfaces, new rendering effects, integration with SpriteKit, and much more.
Watch on apple.com
Slides and Transcript:
https://developer.apple.com/videos/play/wwdc2014-610
Tags:
graphics and games
Description:
Dive into the practical workflow of developing a 3D side-scrolling game using SceneKit. See how to get started, and learn about tools for managing game assets, creating particle systems, and editing nodes. Understand how SceneKit integrates with your art pipeline and learn how to implement lighting, shadows, and other visual effects. Come away from the session with a demo game in-hand and ready to play.
Watch on apple.com
Slides and Transcript:
https://developer.apple.com/videos/play/wwdc2014-611
Tags:
graphics and games
Description:
The Game Controller framework enables games to integrate with MFi game controllers and take advantage of exciting new modes of input. Check out the latest additions and get expert advice about best practices to follow when adding game controller support to your titles. Understand how to avoid common pitfalls and gain key insights into what it takes to create an experience that's intuitive and fun.
Watch on apple.com
Slides and Transcript:
https://developer.apple.com/videos/play/wwdc2014-612
Tags:
graphics and games
Description:
Core Motion leverages the M7 motion coprocessor and other built-in sensors to provide support for step counting and motion tracking. See examples of Core Motion based apps in action. Learn how health and fitness apps use pedometer information to give users performance and workout results, and how journaling apps use motion classification to tag the day's activities.
Watch on apple.com
Slides and Transcript:
https://developer.apple.com/videos/play/wwdc2014-702
Tags:
core os
Description:
Learn about the latest developments in managing Apple devices in an enterprise environment. Learn how MDM can be used to wirelessly configure settings, monitor compliance with policies, install apps, and remotely wipe devices, and how these capabilities can be integrated with in-house or third-party server solutions.
Watch on apple.com
Slides and Transcript:
https://developer.apple.com/videos/play/wwdc2014-703
Tags:
core os
Description:
The Accelerate framework has always provided fast, energy efficient signal and image processing and linear algebra libraries. Learn about new interfaces that are easier to adopt and give you the same speed, and about new primitives that make it easier to write your own vector code for iOS and OS X.
Watch on apple.com
Slides and Transcript:
https://developer.apple.com/videos/play/wwdc2014-704
Tags:
core os
Description:
Learn about data security, enterprise authentication, integration with back-end systems, app configuration methods, and the latest technologies for interacting with documents, accessories, and more. Get helpful tips for constructing your apps to meet the needs of schools and educators, as well as key requirement from IT. Perfect for everyone looking to get their apps in the hands of business professionals, educators, and students worldwide.
Watch on apple.com
Slides and Transcript:
https://developer.apple.com/videos/play/wwdc2014-705
Tags:
core os
Description:
Learn how to provision and deploy apps across your enterprise. Leverage key Apple programs such as the Volume Purchase Program and the iOS Developer Enterprise Program to get the right apps in the hands of your employees, contractors, and partners. Learn how to manage certificates and provisioning profiles to deploy your apps, and take advantage of mobile device management (MDM) tools to provide a seamless experience for your users. Gain insight into the complete app management lifecycle; from signing your in-house apps in Xcode, to distributing, managing, and revoking apps across your workforce.
Watch on apple.com
Slides and Transcript:
https://developer.apple.com/videos/play/wwdc2014-706
Tags:
core os
Description:
Find out how your app can use new functionality in Core Location to do automatic check-in or journal the user's location. Learn how location authorization is changing to give the user more precise control of what location services an App is authorized is use, and what this means for developers and users.
Watch on apple.com
Slides and Transcript:
https://developer.apple.com/videos/play/wwdc2014-708
Tags:
core os
Description:
iOS 8 makes it possible for an iOS app to determine its precise indoor position in supported venues. Learn best practices on how your app can take advantage of indoor positioning. Discover how indoor positioning and iBeacon complement each other, and understand the best use cases for both technologies. As a venue, find out how you can get involved and signup to enable indoor positioning.
Watch on apple.com
Slides and Transcript:
https://developer.apple.com/videos/play/wwdc2014-710
Tags:
core os
Description:
People expect long battery life on both their iOS devices and Mac laptops and your apps play a vital role in ensuring long battery life. Get an overview of energy efficiency best practices and learn about new APIs in iOS and OS X that help you to minimize the energy impact of your code.
Watch on apple.com
Slides and Transcript:
https://developer.apple.com/videos/play/wwdc2014-711
Tags:
core os
Description:
The Keychain has always been the most secure place to store passwords and other sensitive data. iOS 8 introduces significant new security features. Discover how to integrate Touch ID into your apps using the Keychain and the new LocalAuthentication framework. Learn about other Keychain enhancements, including how to tie data to the user's passcode.
Watch on apple.com
Slides and Transcript:
https://developer.apple.com/videos/play/wwdc2014-713
Tags:
core os
Description:
Local and push notifications let background or inactive apps notify users that an event of interest has occurred, or that an app has new information for them. See how to configure interactive notifications to let users act on notifications from banners, alerts, in notification center and on the lock screen. Learn how to trigger notifications using geofences and iBeacons, and discover the new API's for registering for user notifications and remote pushes.
Watch on apple.com
Slides and Transcript:
https://developer.apple.com/videos/play/wwdc2014-714
Tags:
core os
Description:
Finding and diagnosing application bugs can be very difficult. Activity Tracing is a new technology that can dramatically improve your speed and efficiency finding bugs in your code. Log trace messages to an auto-generated ring buffer while associating them with the originating user action. Reduce the time sifting through unrelated log messages trying to understand what was going on when the failure happened.
Watch on apple.com
Slides and Transcript:
https://developer.apple.com/videos/play/wwdc2014-717
Tags:
core os
Description:
With Student Accounts and Family Sharing, kids under age 13 can now have fully-featured accounts for buying apps and In-App Purchases. However, regulations in the US and other countries limit what information you can collect from kids without parental permission. Learn about the new account programs, whether and how to check the age of your app's user, what you can and can't do without parental permission, and how to request parental consent if you need to.
Watch on apple.com