Top Banner
WWDC 2014 Folio3 Awareness Session Folio3 Mobile division
26

Apple WWDC 2014 highlights

May 10, 2015

Download

Technology

imamrazaansari

The presentation describe a quick overview of Apple WWDC 2014 highlights
Welcome message from author
This document is posted to help you gain knowledge. Please leave a comment to let me know what you think about it! Share it to your friends and learn new things together.
Transcript
Page 1: Apple WWDC 2014 highlights

WWDC 2014 Folio3 Awareness Session

Folio3 Mobile division

Page 2: Apple WWDC 2014 highlights

● OSX new version revealed named “Yosemite”. Major enhancement to UI.

● Developer SDK release is the biggest release since the launch of AppStore.

● iOS 8 updates

Top Highlights

Page 3: Apple WWDC 2014 highlights

● Yosemite Highlights● iOS Highlights● Developer Highlights

Agenda

Page 4: Apple WWDC 2014 highlights

Statistics● OSX Mavericks released in October

2013 is installed on 51% devices, where as Microsoft Windows 8 released on October 2012 is installed only on 14% computers

Yosemite Highlights

Page 5: Apple WWDC 2014 highlights

● Safari updateso 2.0x DOM performanceo 1.25x Javascript fastero indexedDB support(Client Storage)

● Mail Drop o big email attachment o image can be marked in mail

attachment● Search bar (Spotlight)

Yosemite Highlights

Page 6: Apple WWDC 2014 highlights

● Air Drop (Now works b/w iOS and MAC)

● Handoff● HotSpot● SMS/Phone call(call from mac safari)

Yosemite Highlights

Page 7: Apple WWDC 2014 highlights

● iOS 7 satisfaction 97%● iOS 7 89% installed while android

kitkat 9% installed (Tim call android malware :))

iOS Highlights

Page 8: Apple WWDC 2014 highlights

● Device statistics:

● Those people who got first time Apple device are 130 million

iOS7 Highlights

Device Sold last year

ipad 200 million

iphone 500 million

ipod 100 million

Page 9: Apple WWDC 2014 highlights

● Interactive Notification● Birds eye view in ipad as well● Double Tab for recent contact.● email compose● Spotlight (Search

enhancment,appstore,search etc)

iOS 8 highlights

Page 10: Apple WWDC 2014 highlights

● keyboard(predictive intelligent suggestion. All language support

● Continuity/Handoff● Messages(group discussion

audio/video message attachment). One can send/receive audio messages by bringing device to ear.

iOS 8 Highlights

Page 11: Apple WWDC 2014 highlights

● Enterpriseo 98% fortune 500 use iOS.

Reason(security,MDM,automatically sync)

o Passcodeo VIP Threadso Document providers

iOS 8 highlights

Page 12: Apple WWDC 2014 highlights

● Health kito comes with Health App(Heart,diabetes

and blood pressure)o Integrated with Mayo Clinic and Epic

System 100 million american are register with it

iOS Highlight

Page 13: Apple WWDC 2014 highlights

● Family Sharingo Sharing purchases among family

members. one member purchase is freely available for 6 family members.

o Sharing calender among memberso Finding devices.o Sharing media

iOS 8 Highlights

Page 14: Apple WWDC 2014 highlights

● Photoo Every photo that you take is available

in all devices.o Photo Smart Editing controls.o Syncing editing right away across

devices

iOS 8 Highlights

Page 15: Apple WWDC 2014 highlights

● Siri Update:o You can activate siri with connected

phone by just calling “Hey Siri”

iOS 8 Highlights

Page 16: Apple WWDC 2014 highlights

Developer Highlights

Page 17: Apple WWDC 2014 highlights

o 1.2M apps availableo 300 million users visit appstore per

weeko 75 Billion apps downloaded

AppStore Highlights

Page 18: Apple WWDC 2014 highlights

New features: o Test Flight Beta testing for freeo App bundle purchase for purchasing

multiple appso Apps preview videos apart from

snapshot

AppStore Highlights

Page 19: Apple WWDC 2014 highlights

o This is the biggest release since launch of Appstore

o 4000 new developers API.o Extensibility(App extensions, third

party app widget)o 3rd party keyboard (For security,they

need permission to access network)

SDK Highlights

Page 20: Apple WWDC 2014 highlights

o Touch ID intrdouced in ios 7(83% like touch ID feature).

Camera APIHealth KIT APIHome Kit API

Locks your door ,on/off lights and camera

Group device to scene.

SDK Highlights

Page 21: Apple WWDC 2014 highlights

cloud kit APIFree with 10TB databaseo Metal (10 Times faster than OpenGL)o SpriteKit(Light sources, Field forces, per

pixel physics,inverse kinematics)

SDK Highlights

Page 22: Apple WWDC 2014 highlights

o Scene Kit 3D Scene renderer Physics Engine Particle System scripted Action

SDK Highlights

Page 23: Apple WWDC 2014 highlights

● xcode latest version downloaded 14 millions times.

● Features:o Swift integrationo Live rendering within Interface Builder o View Debuggingo Extension and framework

Xcode

Page 24: Apple WWDC 2014 highlights

New programing language with intention of Objective-C without the baggage of C

Its Fast, Modern, Safe and interactive Performance

Swift

Swift 2.9

Objective C 2.8

Python 1.0

Page 25: Apple WWDC 2014 highlights

Language construct● Closure● Generics● Namespaces● Type inference● Multiple return types.

Swift

Page 26: Apple WWDC 2014 highlights

ObjectiveC Vs swift● Same runtime● Same LLVM● Same ARC

Playground● Its provider runtime execution of swift code.● Provide swift code execution timeline● view history of execution

Swift