Apple WWDC 2014 highlights

Post on 10-May-2015

366 Views

Category:

Technology

0 Downloads

Preview:

Click to see full reader

DESCRIPTION

The presentation describe a quick overview of Apple WWDC 2014 highlights

Transcript

WWDC 2014 Folio3 Awareness Session

Folio3 Mobile division

● 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

● Yosemite Highlights● iOS Highlights● Developer Highlights

Agenda

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

● 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

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

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

Yosemite Highlights

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

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

iOS 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

● 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

● 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

● Enterpriseo 98% fortune 500 use iOS.

Reason(security,MDM,automatically sync)

o Passcodeo VIP Threadso Document providers

iOS 8 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

● 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

● 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

● Siri Update:o You can activate siri with connected

phone by just calling “Hey Siri”

iOS 8 Highlights

Developer Highlights

o 1.2M apps availableo 300 million users visit appstore per

weeko 75 Billion apps downloaded

AppStore 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

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

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

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

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

SDK Highlights

● xcode latest version downloaded 14 millions times.

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

Xcode

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

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

Swift

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

top related