SlideShare ist ein Scribd-Unternehmen logo
1 von 6
Downloaden Sie, um offline zu lesen
Technology Strategy Office - Mobile & Social | February 2015
Technology Strategy Office – Mobile & Social•
Introduction
Apple Inc. unveiled its latest Mobile OS iOS 8 at
its World Wide Developer’s Conference event on
June 2, 2014. It was made available as a Beta
Download immediately and the final version was
launched as an OTA update and direct download
on September 17, 2014. The release of iOS 8 has
introduced list of capabilities to simplify and
enhance security, device management, applica-
tion development, and enterprise content pub-
lishing. But the real enterprise impact of iOS 8 is
much broader than its new feature set. The major
updates and enhancements from a user and
enterprise perspective are:
Enterprise
•	 A new programming language Swift, allowing
application developers to easily and quickly
build quality applications.
•	 Enhanced data, device and user security.
•	 Effective content management through Cloud-
Kit, allowing users to store and share content
without depending on third-party solutions.
•	 Application management enhancements such
as improved inter-app functionality.
•	 Improved productivity features such as set-
ting out of office response, viewing colleague’s
availability when scheduling a meeting,
support for configurable Thread Notifications
in mail and keyboard customization.
User
•	 A new photo application and iCloud Photo
Library to provide seamless access to users’
photos and videos.
•	 An improved messaging application that allows
users to capture sounds to send in conversa-
tions, including voice notes, ambient sounds or
music.
•	 Family sharing feature that enables up to six
people in a family to share purchases from
iTunes, iBooks and the App Store without
sharing accounts.
•	 A new health application that gathers data
from various health and fitness applications
and features a dashboard showing a user’s
health and fitness data.
•	Added support for third-party keyboards
and improvement of its own keyboard to add
predictive text.
•	 Hand-off, a convergence feature that allows
users to continue their activity across devices,
including desktops.
•	 Apple introduced its Payment platform called
“Apple Pay” that allows users to simply hold
their Apple devices with their finger on Touch
ID near the payment terminal to pay for goods
and services. The payment status is indicated
iOS 8 and the Enterprise
A Quick Guide for Enterprise Mobility Decision-makers
Technology Strategy Office - Mobile & Social 2
to the user by vibration and beep. Apple does
not charge users, merchants or developers to
use Apple Pay for payments.
•	 Apple’s first wearable “Apple Watch” has been
introduced in two different sizes (38mm and
42mm). It features messages, mail, fitness
applications, calendar, maps, passbook, music
and camera.
This white paper offers a starting point for
mobility strategists and IT administrators to
better understand what iOS 8 means to the
enterprise and how its newest features may
impact mobile initiatives now and in the future.
Following are the major updates from enterprise
perspective:
1. New programming language – Swift
The iOS will choose the correct image size when
loading on an iPhone 6 Plus.
3. CloudKit
A key addition to iOS 8
is CloudKit that radically
changes the way iOS cur-
rently handles documents
and other assets. Though
the cloud APIs are not a
new introduction for iOS,
Apple has come up with
new attractive APIs with
free (with limits) access to its iCloud storage for
applications by providing a common file system
to store and share the content.
•	Eliminates the need to write server-side
application logic for content management.
•	 Also eliminates the dependency on third-party
solutions such as Microsoft Azure, Google
Cloud Platform, Amazon Web Services, Box or
Dropbox to host application content.
•	 Major services covered are iCloud authentica-
tion, database storage, asset storage, search
and notifications.
•	For each Apple account, Apple allows the
following usage limits:
»	 1 PB assets
»	 10 TB database
»	 5 TB/day asset transfer
»	 50 GB/day database transfer
•	 IT administrators will be able to disable the use
of iCloud Drive on managed devices
•	 Security is ensured by storing content in sepa-
rate private and public storage containers/
databases of iCloud.
•	However, CloudKit does not feature device
offline storage/sync. It is provided as only
transfer system.
Does Apple enter in mBaaS space through
CloudKit? The answer is “yes to some extent”
because of the following considerations:
Apple has introduced a new programming
language Swift for iOS and OS X applications.
Swift does not replace Objective-C; it shares
the same runtime libraries and coexists with
Objective-C.
2. New screen size introduction
Unified storyboards for universal apps
A single interface with
an auto layout feature is
used to design applica-
tions for iPad and iPhone
to ensure applications
respond to orientation
changes and differ-
ent screen sizes. This
reduces the development effort needed specifi-
cally to support multiple devices.
New screen scale for iPhone 6 Plus
The iPhone 6 Plus uses a new Retina HD display
with a screen scale of 3.0. This requires new
artwork design to be implemented. Now, asset
catalogs can include images at 1x, 2x and 3x sizes.
Technology Strategy Office - Mobile & Social 3
•	The features offered by CloudKit are only
a subset of mBaaS services, data storage
services and it is completely locked with Apple
eco-system. The resources (assets/databases)
cannot be shared with other platforms.
•	 User is tied with the iCloud account; other
authentication services such as LDAP, AD, and
Single Sign-on are not integrated.
•	Apple clearly states that CloudKit is a
transport mechanism and not for persistence
data. So, the applications need to handle
offline storage and sync on its own.
Therefore, for enterprises that only focus on iOS
specific, simple documents and database-based
applications and have the road maps to continue
in the same platform, CloudKit is the great choice.
For complete mBaaS services such as other
authentication modes, security services, generic
web-services creation and third-party technolo-
gies integration, CloudKit is NOT an interesting
feature to look into.
4. Security
Data Security
Password protection
•	Data within e-mails, calendar, contacts,
reminders, notes,
messages and
third-party appli-
cations are pro-
tected with a
passcode until
after the device
is unlocked fol-
lowing a reboot.
S/MIME controls per message
•	 Individual e-mail messages can be signed and
encrypted using S/MIME.
Device Security
•	Content Pushing – Books, ePub, and PDF
documents can be automatically pushed to
user devices and remotely removed when
not needed using mobile device management
(MDM) tools.
•	IT administrators can set up and manage
devices remotely.
•	 IT administrators can perform certain tasks
based on a device’s last back up time to iCloud.
•	 Certificate-based single sign-on for user
authentication to enterprise applications.
•	 Data management and content filtering – IT
departments can control user downloads from
Safari and set up rules to authorize applica-
tions to open documents from iCloud.
5. Application management
enhancements
App extensions
It is an inter-
app functional-
ity that allows
enterprise applica-
tions to communi-
cate by extending
its functionalities
for the following areas, also known as extension
points:
•	 Share – Share content with social websites or
other entities.
•	Action – Perform a simple task with the
selected content.
•	 Today – Provide a quick update or enable a
brief task in the Today view of Notification
Center.
•	 Photo editing – Perform edits to a photo or
video within the Photos application.
•	Storage provider – Provide a document
storage location that can be accessed by
other applications using document picker view
controller.
•	 Custom keyboard – Provide a custom keyboard
that a user can choose in place of the system
keyboard for all applications on a device.
New application frameworks
Apple Pay APIs in PassKit
Apple Pay is used to sell physical goods such as
groceries, clothing and appliances. Also, Apple
Pay is used for services such as club member-
ships, hotel reservations, and tickets for events.
Technology Strategy Office - Mobile & Social 4
Camera and Photos APIs
Developers can enable their photo applications to
edit images and videos.
Manual camera controls provide direct control to
the application to adjust camera settings, such
as white balance and exposure settings, to click
a perfect picture.
These new APIs from photos framework can
help enterprise applications to work with images
without relying on third-party open/paid image
libraries.
HealthKit
Fitness and health-related applications can use
HealthKit to collect a user’s health-related data,
such as heart rate, calories burnt and sleep
patterns, using dedicated equipment.
HomeKit
HomeKit is a home automation framework
for communicating and controlling connected
home accessories such as doors, cameras, lights
and fans. It also integrates with Siri for voice
commands.
CloudKit
•	Developers can include cloud components
in their applications, eliminating the need to
write server-side application logic.
•	CloudKit provides authentication, database
storage and asset storage services for free
with very high limits.
Touch ID
Enterprise applications can use Touch ID, an
additional security option, to authenticate a user
using the fingerprint sensor.
Document Picker
•	 Document picker is a mechanism for sharing
documents between applications. It enables
editing of a single document using multiple
applications. It differs from the “Open In”
controller available in the previous version
that creates a copy of the document shared
between applications.
•	 This calls for additional security to be imple-
mented by enterprise applications to secure
documents for insecure/unintended edits.
Hand-off
•	 This feature extends the user experience of
continuity across devices. A user can easily
transition from device to device, continuing
work on the same document.
•	Document-based applications can support
activity continuation for users working with
iCloud-based documents.
Improved e-mail client
The e-mail client from iOS 8 includes out-of-office
support, free/busy scheduler, ability to minimize
an e-mail, gestures such as swiping and dragging
to flag, marking and deleting e-mails.
Keyboard customization
•	 The new keyboard features include predictive
text selection, autocorrect options, quick type
(suggestions based on previous conversation
and writing style).
•	 Provides added support to install third-party
keyboards.
Widgets
Applications can create widgets to handle events
in Today’s view and notifications.
Enterprise imperatives in adapting to
iOS 8 enhancements
1.	 Redesign applications to support new device
sizes/scales for iPhone 6 and 6 Plus. Now,
asset catalogs can include images at 1x, 2x and
3x sizes to cover all screen sizes.
2.	Existing/new applications can make use of
“Auto layout” feature to address new screen
sizes.
3.	 Application views can be revisited to make use
of the bigger real estate of new phone screens
and to show the effective landscape views.
4.	The widget functionality introduced in iOS 8
will be particularly useful on the new devices
given the larger screen sizes. Developers need
to focus on how to leverage this access to the
main notifications center.
Technology Strategy Office - Mobile & Social 5
5.	Apple claims that using Swift shows 40-50%
performance improvement over Objective-C.
Enterprises might want to validate this with
their existing applications by porting to Swift
or enhancing with additional features using
Swift.
6.	The enterprise can revisit their document
management functionality built in applications
and validate the option of using CloudKit. If the
application does not require any offline stor-
age of content, CloudKit can be a great choice.
7.	 Prior to iOS 8, applications used the concept
of “Document Interaction Controller (Open
In)” for inter-application communication to
work with common documents. This created
copies of documents specific to each applica-
tion. This functionality needs to be replaced
with “Document Picker” that is introduced in
iOS 8 to avoid multiple copies. This feature
calls for additional security to be implemented
to avoid unintended overwrite of documents.
8.	With the introduction of “Hand-off”, applica-
tions need to take care of continuity of user
activities on an application, especially on
documents. It is also challenging to provide
seamless UI and performance experience
across devices.
9.	 Applications can make use of “Touch ID” API
to implement new/additional security for their
applications.
10.	Developers will need to be trained on Swift.
11.	 IT may need to create new policies to enhance
the current data/device security implemented
for enterprise user devices by using the
additional security features introduced in
iOS 8.
12.	Since the devices are used for storing both
personal and official data, enterprises need to
think of managing user data while performing
certain tasks such as remote wipe. Especially,
introduction of features such as HealthKit,
HomeKit and Apple Pay enforce selective data
management on the user data.
New iOS8 features will further help
HTML5 development
The All New WKWebView
The new high perfor-
mance WKWebView is a
step in the right direction
from a Web development
perspective. It has the
Nitro JS engine, which
seems to have at least 4x the performance of
UIWebView. This has the potential to be a huge
win for hybrid applications.
HTML Templates
One of the foundational elements in Web Compo-
nents is now available in the latest Android and
iOS browsers. This is a big step towards making a
truly modular Web and opens up a lot of potential
with one less polyfill required.
Navigation/High Resolution Timing APIs
Though superficially not an extremely popular
end user facing feature, having a streamlined
performance timing API will allow for much better
cross-platform benchmarking and performance
testing.
What it means to the hybrid
development platforms
Most hybrid platforms
are currently working on
releasing an iOS 8 compat-
ible version. Some of them
have updated their releases
to integrate compatibility
as soon as iOS beta 2 was
ready to be used (Xamarin, Appcelerator). Others
are still working on addressing some compatibil-
ity issues (Phonegap, Cordova, Ionic).
Cordova & Phonegap
An official Cordova release with iOS 8 support is
expected, so users can rebuild their applications
and release a 100% compatible version.
Xamarin and Appcelerator
Both Xamarin and Appcelerator had released iOS
8 beta compatible versions so that users could
begin testing the frameworks and submit issues
World Headquarters
500 Frank W. Burr Blvd.
Teaneck, NJ 07666 USA
Phone: +1 201 801 0233
Fax: +1 201 801 0243
Toll Free: +1 888 937 3277
Email: inquiry@cognizant.com
European Headquarters
1 Kingdom Street
Paddington Central
London W2 6BD
Phone: +44 (0) 207 297 7600
Fax: +44 (0) 207 121 0102
Email: infouk@cognizant.com
India Operations Headquarters
#5/535, Old Mahabalipuram Road
Okkiyam Pettai, Thoraipakkam
Chennai, 600 096 India
Phone: +91 (0) 44 4209 6000
Fax: +91 (0) 44 4209 6060
Email: inquiryindia@cognizant.com
­­© Copyright 2015, Cognizant. All rights reserved. No part of this document may be reproduced, stored in a retrieval system, transmitted in any form or by any
means, electronic, mechanical, photocopying, recording, or otherwise, without the express written permission from Cognizant. The information contained herein is
subject to change without notice. All other trademarks mentioned herein are the property of their respective owners.
About Cognizant
Cognizant (NASDAQ: CTSH) is a leading provider of information technology, consulting, and business process
outsourcing services, dedicated to helping the world's leading companies build stronger businesses. Headquartered
in Teaneck, New Jersey (U.S.), Cognizant combines a passion for client satisfaction, technology innovation, deep
industry and business process expertise, and a global, collaborative workforce that embodies the future of work. With
over 75 development and delivery centers worldwide and approximately 211,500 employees as of December 31, 2014,
Cognizant is a member of the NASDAQ-100, the S&P 500, the Forbes Global 2000, and the Fortune 500 and is ranked
among the top performing and fastest growing companies in the world.
Visit us online at www.cognizant.com or follow us on Twitter: Cognizant.
to their bug tracking systems. Both enabled
advanced support for the iOS new features but
are currently working on testing compatibility.
There is no 100% compatible release yet.
Conclusion
With the launch of the new iOS 8, Apple has built
on the new IT model for a mobile workforce. iOS 8
not only offers expanded enterprise security and
management improvements but also new produc-
tivity features enhancing the overall experience
of an enterprise user.
With iOS 8, we also see Apple take another step
in the direction of convergence – with the Hand-off
feature – enabling seamless syncing of informa-
tion and application usage between desktop and
mobile devices, removing the barriers between
the mobile and desktop OS and enabling enter-
prise users to collaborate in effective ways within
enterprise settings. This will mean that enterprise
IT teams will have to increasingly focus on con-
vergence as a key component of their IT strategy,
and ensure that they plan, implement and man-
age device convergence for their increasingly
connected iOS user base.
Let’s Talk
For more information, please contact us at TSO@cognizant.com.

Weitere ähnliche Inhalte

Was ist angesagt?

Building Effective and Rapid Applications with IBM MobileFirst Platform
Building Effective and Rapid Applications with IBM MobileFirst PlatformBuilding Effective and Rapid Applications with IBM MobileFirst Platform
Building Effective and Rapid Applications with IBM MobileFirst PlatformAndrew Ferrier
 
iPhone - Human Interface Guidelines
iPhone - Human Interface GuidelinesiPhone - Human Interface Guidelines
iPhone - Human Interface GuidelinesMartin Ebner
 
Hybrid Applications with WebSphere commerce and Worklight
Hybrid Applications with WebSphere commerce and WorklightHybrid Applications with WebSphere commerce and Worklight
Hybrid Applications with WebSphere commerce and WorklightMohammad Omer Raza
 
IBM MobileFirst Technical Overview
IBM MobileFirst Technical OverviewIBM MobileFirst Technical Overview
IBM MobileFirst Technical Overviewibmmobile
 
Enterprise Apps Development 101
Enterprise Apps Development 101Enterprise Apps Development 101
Enterprise Apps Development 101Kareem ElSayyed
 
I phone apps developments interview
I phone apps developments interviewI phone apps developments interview
I phone apps developments interviewPragati Singh
 
Ishiriya Wireless Technologies-Mobile Application Development
Ishiriya Wireless Technologies-Mobile Application DevelopmentIshiriya Wireless Technologies-Mobile Application Development
Ishiriya Wireless Technologies-Mobile Application Developmentbhadrah
 
Introduction to IBM Worklight: Building and connecting cross-platform mobile ...
Introduction to IBM Worklight: Building and connecting cross-platform mobile ...Introduction to IBM Worklight: Building and connecting cross-platform mobile ...
Introduction to IBM Worklight: Building and connecting cross-platform mobile ...Jeremy Siewert
 
Securing the Mobile enterprise
Securing the Mobile enterpriseSecuring the Mobile enterprise
Securing the Mobile enterpriseIBM Danmark
 
Harness Mobility - Go Mobile On Oracle Apps
Harness Mobility - Go Mobile On Oracle AppsHarness Mobility - Go Mobile On Oracle Apps
Harness Mobility - Go Mobile On Oracle Appsbrijeshbharat
 
blackberry os 10
blackberry os 10blackberry os 10
blackberry os 10Aashu Singh
 
10 ai assistants of 2021
10 ai assistants of 202110 ai assistants of 2021
10 ai assistants of 2021Sandralivesay1
 
Blackberry, Saatnya beralih ke solusi multi-platform Enterprise Mobility Mana...
Blackberry, Saatnya beralih ke solusi multi-platform Enterprise Mobility Mana...Blackberry, Saatnya beralih ke solusi multi-platform Enterprise Mobility Mana...
Blackberry, Saatnya beralih ke solusi multi-platform Enterprise Mobility Mana...BlackberryIndonesia
 
Mobile ECM for the iPad, iPhone, Android and Mobile Browsers
Mobile ECM for the iPad, iPhone, Android and Mobile BrowsersMobile ECM for the iPad, iPhone, Android and Mobile Browsers
Mobile ECM for the iPad, iPhone, Android and Mobile BrowsersFishbowl Solutions
 
Patterns for Mobile and IoT backends with serverless paradigms
Patterns for Mobile and IoT backends with serverless paradigmsPatterns for Mobile and IoT backends with serverless paradigms
Patterns for Mobile and IoT backends with serverless paradigmsVidyasagar Machupalli
 
Apple iOS Technology Market
Apple iOS Technology MarketApple iOS Technology Market
Apple iOS Technology MarketBharat Gera
 
IBM API management Philip Little
IBM API management Philip LittleIBM API management Philip Little
IBM API management Philip LittleValeri Illescas
 

Was ist angesagt? (20)

Building Effective and Rapid Applications with IBM MobileFirst Platform
Building Effective and Rapid Applications with IBM MobileFirst PlatformBuilding Effective and Rapid Applications with IBM MobileFirst Platform
Building Effective and Rapid Applications with IBM MobileFirst Platform
 
iPhone - Human Interface Guidelines
iPhone - Human Interface GuidelinesiPhone - Human Interface Guidelines
iPhone - Human Interface Guidelines
 
Sydney Mobile - April 2010 - Tigerspike
Sydney Mobile - April 2010 - TigerspikeSydney Mobile - April 2010 - Tigerspike
Sydney Mobile - April 2010 - Tigerspike
 
Hybrid Applications with WebSphere commerce and Worklight
Hybrid Applications with WebSphere commerce and WorklightHybrid Applications with WebSphere commerce and Worklight
Hybrid Applications with WebSphere commerce and Worklight
 
IBM MobileFirst Technical Overview
IBM MobileFirst Technical OverviewIBM MobileFirst Technical Overview
IBM MobileFirst Technical Overview
 
Enterprise Apps Development 101
Enterprise Apps Development 101Enterprise Apps Development 101
Enterprise Apps Development 101
 
Ycs iphone-development
Ycs iphone-developmentYcs iphone-development
Ycs iphone-development
 
I phone apps developments interview
I phone apps developments interviewI phone apps developments interview
I phone apps developments interview
 
Ishiriya Wireless Technologies-Mobile Application Development
Ishiriya Wireless Technologies-Mobile Application DevelopmentIshiriya Wireless Technologies-Mobile Application Development
Ishiriya Wireless Technologies-Mobile Application Development
 
Introduction to IBM Worklight: Building and connecting cross-platform mobile ...
Introduction to IBM Worklight: Building and connecting cross-platform mobile ...Introduction to IBM Worklight: Building and connecting cross-platform mobile ...
Introduction to IBM Worklight: Building and connecting cross-platform mobile ...
 
Securing the Mobile enterprise
Securing the Mobile enterpriseSecuring the Mobile enterprise
Securing the Mobile enterprise
 
Harness Mobility - Go Mobile On Oracle Apps
Harness Mobility - Go Mobile On Oracle AppsHarness Mobility - Go Mobile On Oracle Apps
Harness Mobility - Go Mobile On Oracle Apps
 
blackberry os 10
blackberry os 10blackberry os 10
blackberry os 10
 
10 ai assistants of 2021
10 ai assistants of 202110 ai assistants of 2021
10 ai assistants of 2021
 
Blackberry, Saatnya beralih ke solusi multi-platform Enterprise Mobility Mana...
Blackberry, Saatnya beralih ke solusi multi-platform Enterprise Mobility Mana...Blackberry, Saatnya beralih ke solusi multi-platform Enterprise Mobility Mana...
Blackberry, Saatnya beralih ke solusi multi-platform Enterprise Mobility Mana...
 
iCloud by Apple
iCloud by AppleiCloud by Apple
iCloud by Apple
 
Mobile ECM for the iPad, iPhone, Android and Mobile Browsers
Mobile ECM for the iPad, iPhone, Android and Mobile BrowsersMobile ECM for the iPad, iPhone, Android and Mobile Browsers
Mobile ECM for the iPad, iPhone, Android and Mobile Browsers
 
Patterns for Mobile and IoT backends with serverless paradigms
Patterns for Mobile and IoT backends with serverless paradigmsPatterns for Mobile and IoT backends with serverless paradigms
Patterns for Mobile and IoT backends with serverless paradigms
 
Apple iOS Technology Market
Apple iOS Technology MarketApple iOS Technology Market
Apple iOS Technology Market
 
IBM API management Philip Little
IBM API management Philip LittleIBM API management Philip Little
IBM API management Philip Little
 

Andere mochten auch

A Next-Generation Approach to Integrated Warranty Management
A Next-Generation Approach to Integrated Warranty ManagementA Next-Generation Approach to Integrated Warranty Management
A Next-Generation Approach to Integrated Warranty ManagementCognizant
 
Sliding Oil Prices: Predicament or Prospect
Sliding Oil Prices: Predicament or ProspectSliding Oil Prices: Predicament or Prospect
Sliding Oil Prices: Predicament or ProspectCognizant
 
Transforming Manufacturing with the Internet of Things
Transforming Manufacturing with the Internet of ThingsTransforming Manufacturing with the Internet of Things
Transforming Manufacturing with the Internet of ThingsCognizant
 
Making Life Easier for Investigators: A Shared Solution for Smarter, Faster C...
Making Life Easier for Investigators: A Shared Solution for Smarter, Faster C...Making Life Easier for Investigators: A Shared Solution for Smarter, Faster C...
Making Life Easier for Investigators: A Shared Solution for Smarter, Faster C...Cognizant
 
The Business Case for On-Demand Test Services
The Business Case for On-Demand Test ServicesThe Business Case for On-Demand Test Services
The Business Case for On-Demand Test ServicesCognizant
 
Transcending the Hype: A Transformative IoT Emerges
Transcending the Hype: A Transformative IoT EmergesTranscending the Hype: A Transformative IoT Emerges
Transcending the Hype: A Transformative IoT EmergesCognizant
 
Why Your Best Salesperson May Be a Customer Support Rep
Why Your Best Salesperson May Be a Customer Support RepWhy Your Best Salesperson May Be a Customer Support Rep
Why Your Best Salesperson May Be a Customer Support RepCognizant
 
Revitalizing Finance
Revitalizing FinanceRevitalizing Finance
Revitalizing FinanceCognizant
 
Customer Experience Management: The New Playbook for Indian Manufacturing Org...
Customer Experience Management: The New Playbook for Indian Manufacturing Org...Customer Experience Management: The New Playbook for Indian Manufacturing Org...
Customer Experience Management: The New Playbook for Indian Manufacturing Org...Cognizant
 
Cutting Through Chaos in the Age of "Mobile Me"
Cutting Through Chaos in the Age of "Mobile Me"Cutting Through Chaos in the Age of "Mobile Me"
Cutting Through Chaos in the Age of "Mobile Me"Cognizant
 
Real-World Evidence: A Better Life Journey for Pharmas, Payers and Patients
Real-World Evidence: A Better Life Journey for Pharmas, Payers and PatientsReal-World Evidence: A Better Life Journey for Pharmas, Payers and Patients
Real-World Evidence: A Better Life Journey for Pharmas, Payers and PatientsCognizant
 
Ovum Decision Matrix: Selecting an Outsourced Testing Service Provider 2014–15
Ovum Decision Matrix: Selecting an Outsourced Testing Service Provider 2014–15Ovum Decision Matrix: Selecting an Outsourced Testing Service Provider 2014–15
Ovum Decision Matrix: Selecting an Outsourced Testing Service Provider 2014–15Cognizant
 
The Case for Mobility: How New-Age Utilities Can Energize Operations and Boos...
The Case for Mobility: How New-Age Utilities Can Energize Operations and Boos...The Case for Mobility: How New-Age Utilities Can Energize Operations and Boos...
The Case for Mobility: How New-Age Utilities Can Energize Operations and Boos...Cognizant
 
Using Predictive Analytics to Optimize Asset Maintenance in the Utilities Ind...
Using Predictive Analytics to Optimize Asset Maintenance in the Utilities Ind...Using Predictive Analytics to Optimize Asset Maintenance in the Utilities Ind...
Using Predictive Analytics to Optimize Asset Maintenance in the Utilities Ind...Cognizant
 
Synergizing Master Data Management and Big Data
Synergizing Master Data Management and Big DataSynergizing Master Data Management and Big Data
Synergizing Master Data Management and Big DataCognizant
 
The "Retailification" of the Car Rental Industry
The "Retailification" of the Car Rental IndustryThe "Retailification" of the Car Rental Industry
The "Retailification" of the Car Rental IndustryCognizant
 

Andere mochten auch (16)

A Next-Generation Approach to Integrated Warranty Management
A Next-Generation Approach to Integrated Warranty ManagementA Next-Generation Approach to Integrated Warranty Management
A Next-Generation Approach to Integrated Warranty Management
 
Sliding Oil Prices: Predicament or Prospect
Sliding Oil Prices: Predicament or ProspectSliding Oil Prices: Predicament or Prospect
Sliding Oil Prices: Predicament or Prospect
 
Transforming Manufacturing with the Internet of Things
Transforming Manufacturing with the Internet of ThingsTransforming Manufacturing with the Internet of Things
Transforming Manufacturing with the Internet of Things
 
Making Life Easier for Investigators: A Shared Solution for Smarter, Faster C...
Making Life Easier for Investigators: A Shared Solution for Smarter, Faster C...Making Life Easier for Investigators: A Shared Solution for Smarter, Faster C...
Making Life Easier for Investigators: A Shared Solution for Smarter, Faster C...
 
The Business Case for On-Demand Test Services
The Business Case for On-Demand Test ServicesThe Business Case for On-Demand Test Services
The Business Case for On-Demand Test Services
 
Transcending the Hype: A Transformative IoT Emerges
Transcending the Hype: A Transformative IoT EmergesTranscending the Hype: A Transformative IoT Emerges
Transcending the Hype: A Transformative IoT Emerges
 
Why Your Best Salesperson May Be a Customer Support Rep
Why Your Best Salesperson May Be a Customer Support RepWhy Your Best Salesperson May Be a Customer Support Rep
Why Your Best Salesperson May Be a Customer Support Rep
 
Revitalizing Finance
Revitalizing FinanceRevitalizing Finance
Revitalizing Finance
 
Customer Experience Management: The New Playbook for Indian Manufacturing Org...
Customer Experience Management: The New Playbook for Indian Manufacturing Org...Customer Experience Management: The New Playbook for Indian Manufacturing Org...
Customer Experience Management: The New Playbook for Indian Manufacturing Org...
 
Cutting Through Chaos in the Age of "Mobile Me"
Cutting Through Chaos in the Age of "Mobile Me"Cutting Through Chaos in the Age of "Mobile Me"
Cutting Through Chaos in the Age of "Mobile Me"
 
Real-World Evidence: A Better Life Journey for Pharmas, Payers and Patients
Real-World Evidence: A Better Life Journey for Pharmas, Payers and PatientsReal-World Evidence: A Better Life Journey for Pharmas, Payers and Patients
Real-World Evidence: A Better Life Journey for Pharmas, Payers and Patients
 
Ovum Decision Matrix: Selecting an Outsourced Testing Service Provider 2014–15
Ovum Decision Matrix: Selecting an Outsourced Testing Service Provider 2014–15Ovum Decision Matrix: Selecting an Outsourced Testing Service Provider 2014–15
Ovum Decision Matrix: Selecting an Outsourced Testing Service Provider 2014–15
 
The Case for Mobility: How New-Age Utilities Can Energize Operations and Boos...
The Case for Mobility: How New-Age Utilities Can Energize Operations and Boos...The Case for Mobility: How New-Age Utilities Can Energize Operations and Boos...
The Case for Mobility: How New-Age Utilities Can Energize Operations and Boos...
 
Using Predictive Analytics to Optimize Asset Maintenance in the Utilities Ind...
Using Predictive Analytics to Optimize Asset Maintenance in the Utilities Ind...Using Predictive Analytics to Optimize Asset Maintenance in the Utilities Ind...
Using Predictive Analytics to Optimize Asset Maintenance in the Utilities Ind...
 
Synergizing Master Data Management and Big Data
Synergizing Master Data Management and Big DataSynergizing Master Data Management and Big Data
Synergizing Master Data Management and Big Data
 
The "Retailification" of the Car Rental Industry
The "Retailification" of the Car Rental IndustryThe "Retailification" of the Car Rental Industry
The "Retailification" of the Car Rental Industry
 

Ähnlich wie Quick Guide to iOS 8 Enterprise Features

Webinar: Impact of iOS 8 on App Marketers and App Developers
Webinar: Impact of iOS 8 on App Marketers and App DevelopersWebinar: Impact of iOS 8 on App Marketers and App Developers
Webinar: Impact of iOS 8 on App Marketers and App DevelopersJayneel Patel
 
IOS8 tuto by Phonevalley-DigitasLBi
IOS8 tuto by Phonevalley-DigitasLBiIOS8 tuto by Phonevalley-DigitasLBi
IOS8 tuto by Phonevalley-DigitasLBiDigitasLBi Paris
 
What iOS 8 Means for the Enterprise
What iOS 8 Means for the EnterpriseWhat iOS 8 Means for the Enterprise
What iOS 8 Means for the EnterpriseAlexander Romero
 
In-Flight Infotainment and e-Shopping App | iPad App for shopping
In-Flight Infotainment and e-Shopping App | iPad App for shoppingIn-Flight Infotainment and e-Shopping App | iPad App for shopping
In-Flight Infotainment and e-Shopping App | iPad App for shoppingMike Taylor
 
Accenture Digital: iOS 8 What You Need to Know
Accenture Digital: iOS 8 What You Need to KnowAccenture Digital: iOS 8 What You Need to Know
Accenture Digital: iOS 8 What You Need to KnowApteligent
 
Top 5 Healthcare Highlights from Apple WWDC 2019
Top 5 Healthcare Highlights from Apple WWDC 2019Top 5 Healthcare Highlights from Apple WWDC 2019
Top 5 Healthcare Highlights from Apple WWDC 2019CitiusTech
 
A Comprehensive Guide to iOS Development.pdf
A Comprehensive Guide to iOS Development.pdfA Comprehensive Guide to iOS Development.pdf
A Comprehensive Guide to iOS Development.pdfTechugo Canada
 
A Comprehensive Guide to iOS Development-Creating Outstanding Apps for the Ap...
A Comprehensive Guide to iOS Development-Creating Outstanding Apps for the Ap...A Comprehensive Guide to iOS Development-Creating Outstanding Apps for the Ap...
A Comprehensive Guide to iOS Development-Creating Outstanding Apps for the Ap...Techugo Canada
 
Nordics IBM Mobile Foundation Integration in Action
Nordics IBM Mobile Foundation Integration in ActionNordics IBM Mobile Foundation Integration in Action
Nordics IBM Mobile Foundation Integration in ActionIBM Danmark
 
Id113 what’s new in ibm notes®, smart cloud notes web® and inotes®
Id113 what’s new in ibm notes®, smart cloud notes web® and inotes®Id113 what’s new in ibm notes®, smart cloud notes web® and inotes®
Id113 what’s new in ibm notes®, smart cloud notes web® and inotes®tayhoe
 
Living in the Web is Easy! Making the Move from Rich Clients to Browsers
Living in the Web is Easy! Making the Move from Rich Clients to BrowsersLiving in the Web is Easy! Making the Move from Rich Clients to Browsers
Living in the Web is Easy! Making the Move from Rich Clients to BrowsersRahul A. Garg
 
I os 9 preview enterprise presentation
I os 9 preview enterprise presentationI os 9 preview enterprise presentation
I os 9 preview enterprise presentationsynovergetech
 
A Primer on iOS Management and What's Changing
A Primer on iOS Management and What's ChangingA Primer on iOS Management and What's Changing
A Primer on iOS Management and What's ChangingIvanti
 
Ultimate list of 50 Best IoT platforms of 2019
Ultimate list of 50 Best  IoT platforms of 2019Ultimate list of 50 Best  IoT platforms of 2019
Ultimate list of 50 Best IoT platforms of 2019ThingsCloud
 
Mainstream development presentation
Mainstream development presentationMainstream development presentation
Mainstream development presentationAnna Vyrostak
 

Ähnlich wie Quick Guide to iOS 8 Enterprise Features (20)

Webinar: Impact of iOS 8 on App Marketers and App Developers
Webinar: Impact of iOS 8 on App Marketers and App DevelopersWebinar: Impact of iOS 8 on App Marketers and App Developers
Webinar: Impact of iOS 8 on App Marketers and App Developers
 
IOS8 tuto by Phonevalley-DigitasLBi
IOS8 tuto by Phonevalley-DigitasLBiIOS8 tuto by Phonevalley-DigitasLBi
IOS8 tuto by Phonevalley-DigitasLBi
 
What iOS 8 Means for the Enterprise
What iOS 8 Means for the EnterpriseWhat iOS 8 Means for the Enterprise
What iOS 8 Means for the Enterprise
 
In-Flight Infotainment and e-Shopping App | iPad App for shopping
In-Flight Infotainment and e-Shopping App | iPad App for shoppingIn-Flight Infotainment and e-Shopping App | iPad App for shopping
In-Flight Infotainment and e-Shopping App | iPad App for shopping
 
Accenture Digital: iOS 8 What You Need to Know
Accenture Digital: iOS 8 What You Need to KnowAccenture Digital: iOS 8 What You Need to Know
Accenture Digital: iOS 8 What You Need to Know
 
Top 5 Healthcare Highlights from Apple WWDC 2019
Top 5 Healthcare Highlights from Apple WWDC 2019Top 5 Healthcare Highlights from Apple WWDC 2019
Top 5 Healthcare Highlights from Apple WWDC 2019
 
iOS Operating System
iOS Operating SystemiOS Operating System
iOS Operating System
 
A Comprehensive Guide to iOS Development.pdf
A Comprehensive Guide to iOS Development.pdfA Comprehensive Guide to iOS Development.pdf
A Comprehensive Guide to iOS Development.pdf
 
A Comprehensive Guide to iOS Development-Creating Outstanding Apps for the Ap...
A Comprehensive Guide to iOS Development-Creating Outstanding Apps for the Ap...A Comprehensive Guide to iOS Development-Creating Outstanding Apps for the Ap...
A Comprehensive Guide to iOS Development-Creating Outstanding Apps for the Ap...
 
Nordics IBM Mobile Foundation Integration in Action
Nordics IBM Mobile Foundation Integration in ActionNordics IBM Mobile Foundation Integration in Action
Nordics IBM Mobile Foundation Integration in Action
 
Ios
IosIos
Ios
 
Emerg n rise
Emerg n riseEmerg n rise
Emerg n rise
 
Id113 what’s new in ibm notes®, smart cloud notes web® and inotes®
Id113 what’s new in ibm notes®, smart cloud notes web® and inotes®Id113 what’s new in ibm notes®, smart cloud notes web® and inotes®
Id113 what’s new in ibm notes®, smart cloud notes web® and inotes®
 
Resume _ios
Resume _iosResume _ios
Resume _ios
 
Living in the Web is Easy! Making the Move from Rich Clients to Browsers
Living in the Web is Easy! Making the Move from Rich Clients to BrowsersLiving in the Web is Easy! Making the Move from Rich Clients to Browsers
Living in the Web is Easy! Making the Move from Rich Clients to Browsers
 
I os 9 preview enterprise presentation
I os 9 preview enterprise presentationI os 9 preview enterprise presentation
I os 9 preview enterprise presentation
 
A Primer on iOS Management and What's Changing
A Primer on iOS Management and What's ChangingA Primer on iOS Management and What's Changing
A Primer on iOS Management and What's Changing
 
Ultimate list of 50 Best IoT platforms of 2019
Ultimate list of 50 Best  IoT platforms of 2019Ultimate list of 50 Best  IoT platforms of 2019
Ultimate list of 50 Best IoT platforms of 2019
 
IBM MobileFirst Platform v7 Tech Overview
IBM MobileFirst Platform v7 Tech OverviewIBM MobileFirst Platform v7 Tech Overview
IBM MobileFirst Platform v7 Tech Overview
 
Mainstream development presentation
Mainstream development presentationMainstream development presentation
Mainstream development presentation
 

Mehr von Cognizant

Using Adaptive Scrum to Tame Process Reverse Engineering in Data Analytics Pr...
Using Adaptive Scrum to Tame Process Reverse Engineering in Data Analytics Pr...Using Adaptive Scrum to Tame Process Reverse Engineering in Data Analytics Pr...
Using Adaptive Scrum to Tame Process Reverse Engineering in Data Analytics Pr...Cognizant
 
Data Modernization: Breaking the AI Vicious Cycle for Superior Decision-making
Data Modernization: Breaking the AI Vicious Cycle for Superior Decision-makingData Modernization: Breaking the AI Vicious Cycle for Superior Decision-making
Data Modernization: Breaking the AI Vicious Cycle for Superior Decision-makingCognizant
 
It Takes an Ecosystem: How Technology Companies Deliver Exceptional Experiences
It Takes an Ecosystem: How Technology Companies Deliver Exceptional ExperiencesIt Takes an Ecosystem: How Technology Companies Deliver Exceptional Experiences
It Takes an Ecosystem: How Technology Companies Deliver Exceptional ExperiencesCognizant
 
Intuition Engineered
Intuition EngineeredIntuition Engineered
Intuition EngineeredCognizant
 
The Work Ahead: Transportation and Logistics Delivering on the Digital-Physic...
The Work Ahead: Transportation and Logistics Delivering on the Digital-Physic...The Work Ahead: Transportation and Logistics Delivering on the Digital-Physic...
The Work Ahead: Transportation and Logistics Delivering on the Digital-Physic...Cognizant
 
Enhancing Desirability: Five Considerations for Winning Digital Initiatives
Enhancing Desirability: Five Considerations for Winning Digital InitiativesEnhancing Desirability: Five Considerations for Winning Digital Initiatives
Enhancing Desirability: Five Considerations for Winning Digital InitiativesCognizant
 
The Work Ahead in Manufacturing: Fulfilling the Agility Mandate
The Work Ahead in Manufacturing: Fulfilling the Agility MandateThe Work Ahead in Manufacturing: Fulfilling the Agility Mandate
The Work Ahead in Manufacturing: Fulfilling the Agility MandateCognizant
 
The Work Ahead in Higher Education: Repaving the Road for the Employees of To...
The Work Ahead in Higher Education: Repaving the Road for the Employees of To...The Work Ahead in Higher Education: Repaving the Road for the Employees of To...
The Work Ahead in Higher Education: Repaving the Road for the Employees of To...Cognizant
 
Engineering the Next-Gen Digital Claims Organisation for Australian General I...
Engineering the Next-Gen Digital Claims Organisation for Australian General I...Engineering the Next-Gen Digital Claims Organisation for Australian General I...
Engineering the Next-Gen Digital Claims Organisation for Australian General I...Cognizant
 
Profitability in the Direct-to-Consumer Marketplace: A Playbook for Media and...
Profitability in the Direct-to-Consumer Marketplace: A Playbook for Media and...Profitability in the Direct-to-Consumer Marketplace: A Playbook for Media and...
Profitability in the Direct-to-Consumer Marketplace: A Playbook for Media and...Cognizant
 
Green Rush: The Economic Imperative for Sustainability
Green Rush: The Economic Imperative for SustainabilityGreen Rush: The Economic Imperative for Sustainability
Green Rush: The Economic Imperative for SustainabilityCognizant
 
Policy Administration Modernization: Four Paths for Insurers
Policy Administration Modernization: Four Paths for InsurersPolicy Administration Modernization: Four Paths for Insurers
Policy Administration Modernization: Four Paths for InsurersCognizant
 
The Work Ahead in Utilities: Powering a Sustainable Future with Digital
The Work Ahead in Utilities: Powering a Sustainable Future with DigitalThe Work Ahead in Utilities: Powering a Sustainable Future with Digital
The Work Ahead in Utilities: Powering a Sustainable Future with DigitalCognizant
 
AI in Media & Entertainment: Starting the Journey to Value
AI in Media & Entertainment: Starting the Journey to ValueAI in Media & Entertainment: Starting the Journey to Value
AI in Media & Entertainment: Starting the Journey to ValueCognizant
 
Operations Workforce Management: A Data-Informed, Digital-First Approach
Operations Workforce Management: A Data-Informed, Digital-First ApproachOperations Workforce Management: A Data-Informed, Digital-First Approach
Operations Workforce Management: A Data-Informed, Digital-First ApproachCognizant
 
Five Priorities for Quality Engineering When Taking Banking to the Cloud
Five Priorities for Quality Engineering When Taking Banking to the CloudFive Priorities for Quality Engineering When Taking Banking to the Cloud
Five Priorities for Quality Engineering When Taking Banking to the CloudCognizant
 
Getting Ahead With AI: How APAC Companies Replicate Success by Remaining Focused
Getting Ahead With AI: How APAC Companies Replicate Success by Remaining FocusedGetting Ahead With AI: How APAC Companies Replicate Success by Remaining Focused
Getting Ahead With AI: How APAC Companies Replicate Success by Remaining FocusedCognizant
 
Crafting the Utility of the Future
Crafting the Utility of the FutureCrafting the Utility of the Future
Crafting the Utility of the FutureCognizant
 
Utilities Can Ramp Up CX with a Customer Data Platform
Utilities Can Ramp Up CX with a Customer Data PlatformUtilities Can Ramp Up CX with a Customer Data Platform
Utilities Can Ramp Up CX with a Customer Data PlatformCognizant
 
The Work Ahead in Intelligent Automation: Coping with Complexity in a Post-Pa...
The Work Ahead in Intelligent Automation: Coping with Complexity in a Post-Pa...The Work Ahead in Intelligent Automation: Coping with Complexity in a Post-Pa...
The Work Ahead in Intelligent Automation: Coping with Complexity in a Post-Pa...Cognizant
 

Mehr von Cognizant (20)

Using Adaptive Scrum to Tame Process Reverse Engineering in Data Analytics Pr...
Using Adaptive Scrum to Tame Process Reverse Engineering in Data Analytics Pr...Using Adaptive Scrum to Tame Process Reverse Engineering in Data Analytics Pr...
Using Adaptive Scrum to Tame Process Reverse Engineering in Data Analytics Pr...
 
Data Modernization: Breaking the AI Vicious Cycle for Superior Decision-making
Data Modernization: Breaking the AI Vicious Cycle for Superior Decision-makingData Modernization: Breaking the AI Vicious Cycle for Superior Decision-making
Data Modernization: Breaking the AI Vicious Cycle for Superior Decision-making
 
It Takes an Ecosystem: How Technology Companies Deliver Exceptional Experiences
It Takes an Ecosystem: How Technology Companies Deliver Exceptional ExperiencesIt Takes an Ecosystem: How Technology Companies Deliver Exceptional Experiences
It Takes an Ecosystem: How Technology Companies Deliver Exceptional Experiences
 
Intuition Engineered
Intuition EngineeredIntuition Engineered
Intuition Engineered
 
The Work Ahead: Transportation and Logistics Delivering on the Digital-Physic...
The Work Ahead: Transportation and Logistics Delivering on the Digital-Physic...The Work Ahead: Transportation and Logistics Delivering on the Digital-Physic...
The Work Ahead: Transportation and Logistics Delivering on the Digital-Physic...
 
Enhancing Desirability: Five Considerations for Winning Digital Initiatives
Enhancing Desirability: Five Considerations for Winning Digital InitiativesEnhancing Desirability: Five Considerations for Winning Digital Initiatives
Enhancing Desirability: Five Considerations for Winning Digital Initiatives
 
The Work Ahead in Manufacturing: Fulfilling the Agility Mandate
The Work Ahead in Manufacturing: Fulfilling the Agility MandateThe Work Ahead in Manufacturing: Fulfilling the Agility Mandate
The Work Ahead in Manufacturing: Fulfilling the Agility Mandate
 
The Work Ahead in Higher Education: Repaving the Road for the Employees of To...
The Work Ahead in Higher Education: Repaving the Road for the Employees of To...The Work Ahead in Higher Education: Repaving the Road for the Employees of To...
The Work Ahead in Higher Education: Repaving the Road for the Employees of To...
 
Engineering the Next-Gen Digital Claims Organisation for Australian General I...
Engineering the Next-Gen Digital Claims Organisation for Australian General I...Engineering the Next-Gen Digital Claims Organisation for Australian General I...
Engineering the Next-Gen Digital Claims Organisation for Australian General I...
 
Profitability in the Direct-to-Consumer Marketplace: A Playbook for Media and...
Profitability in the Direct-to-Consumer Marketplace: A Playbook for Media and...Profitability in the Direct-to-Consumer Marketplace: A Playbook for Media and...
Profitability in the Direct-to-Consumer Marketplace: A Playbook for Media and...
 
Green Rush: The Economic Imperative for Sustainability
Green Rush: The Economic Imperative for SustainabilityGreen Rush: The Economic Imperative for Sustainability
Green Rush: The Economic Imperative for Sustainability
 
Policy Administration Modernization: Four Paths for Insurers
Policy Administration Modernization: Four Paths for InsurersPolicy Administration Modernization: Four Paths for Insurers
Policy Administration Modernization: Four Paths for Insurers
 
The Work Ahead in Utilities: Powering a Sustainable Future with Digital
The Work Ahead in Utilities: Powering a Sustainable Future with DigitalThe Work Ahead in Utilities: Powering a Sustainable Future with Digital
The Work Ahead in Utilities: Powering a Sustainable Future with Digital
 
AI in Media & Entertainment: Starting the Journey to Value
AI in Media & Entertainment: Starting the Journey to ValueAI in Media & Entertainment: Starting the Journey to Value
AI in Media & Entertainment: Starting the Journey to Value
 
Operations Workforce Management: A Data-Informed, Digital-First Approach
Operations Workforce Management: A Data-Informed, Digital-First ApproachOperations Workforce Management: A Data-Informed, Digital-First Approach
Operations Workforce Management: A Data-Informed, Digital-First Approach
 
Five Priorities for Quality Engineering When Taking Banking to the Cloud
Five Priorities for Quality Engineering When Taking Banking to the CloudFive Priorities for Quality Engineering When Taking Banking to the Cloud
Five Priorities for Quality Engineering When Taking Banking to the Cloud
 
Getting Ahead With AI: How APAC Companies Replicate Success by Remaining Focused
Getting Ahead With AI: How APAC Companies Replicate Success by Remaining FocusedGetting Ahead With AI: How APAC Companies Replicate Success by Remaining Focused
Getting Ahead With AI: How APAC Companies Replicate Success by Remaining Focused
 
Crafting the Utility of the Future
Crafting the Utility of the FutureCrafting the Utility of the Future
Crafting the Utility of the Future
 
Utilities Can Ramp Up CX with a Customer Data Platform
Utilities Can Ramp Up CX with a Customer Data PlatformUtilities Can Ramp Up CX with a Customer Data Platform
Utilities Can Ramp Up CX with a Customer Data Platform
 
The Work Ahead in Intelligent Automation: Coping with Complexity in a Post-Pa...
The Work Ahead in Intelligent Automation: Coping with Complexity in a Post-Pa...The Work Ahead in Intelligent Automation: Coping with Complexity in a Post-Pa...
The Work Ahead in Intelligent Automation: Coping with Complexity in a Post-Pa...
 

Quick Guide to iOS 8 Enterprise Features

  • 1. Technology Strategy Office - Mobile & Social | February 2015 Technology Strategy Office – Mobile & Social• Introduction Apple Inc. unveiled its latest Mobile OS iOS 8 at its World Wide Developer’s Conference event on June 2, 2014. It was made available as a Beta Download immediately and the final version was launched as an OTA update and direct download on September 17, 2014. The release of iOS 8 has introduced list of capabilities to simplify and enhance security, device management, applica- tion development, and enterprise content pub- lishing. But the real enterprise impact of iOS 8 is much broader than its new feature set. The major updates and enhancements from a user and enterprise perspective are: Enterprise • A new programming language Swift, allowing application developers to easily and quickly build quality applications. • Enhanced data, device and user security. • Effective content management through Cloud- Kit, allowing users to store and share content without depending on third-party solutions. • Application management enhancements such as improved inter-app functionality. • Improved productivity features such as set- ting out of office response, viewing colleague’s availability when scheduling a meeting, support for configurable Thread Notifications in mail and keyboard customization. User • A new photo application and iCloud Photo Library to provide seamless access to users’ photos and videos. • An improved messaging application that allows users to capture sounds to send in conversa- tions, including voice notes, ambient sounds or music. • Family sharing feature that enables up to six people in a family to share purchases from iTunes, iBooks and the App Store without sharing accounts. • A new health application that gathers data from various health and fitness applications and features a dashboard showing a user’s health and fitness data. • Added support for third-party keyboards and improvement of its own keyboard to add predictive text. • Hand-off, a convergence feature that allows users to continue their activity across devices, including desktops. • Apple introduced its Payment platform called “Apple Pay” that allows users to simply hold their Apple devices with their finger on Touch ID near the payment terminal to pay for goods and services. The payment status is indicated iOS 8 and the Enterprise A Quick Guide for Enterprise Mobility Decision-makers
  • 2. Technology Strategy Office - Mobile & Social 2 to the user by vibration and beep. Apple does not charge users, merchants or developers to use Apple Pay for payments. • Apple’s first wearable “Apple Watch” has been introduced in two different sizes (38mm and 42mm). It features messages, mail, fitness applications, calendar, maps, passbook, music and camera. This white paper offers a starting point for mobility strategists and IT administrators to better understand what iOS 8 means to the enterprise and how its newest features may impact mobile initiatives now and in the future. Following are the major updates from enterprise perspective: 1. New programming language – Swift The iOS will choose the correct image size when loading on an iPhone 6 Plus. 3. CloudKit A key addition to iOS 8 is CloudKit that radically changes the way iOS cur- rently handles documents and other assets. Though the cloud APIs are not a new introduction for iOS, Apple has come up with new attractive APIs with free (with limits) access to its iCloud storage for applications by providing a common file system to store and share the content. • Eliminates the need to write server-side application logic for content management. • Also eliminates the dependency on third-party solutions such as Microsoft Azure, Google Cloud Platform, Amazon Web Services, Box or Dropbox to host application content. • Major services covered are iCloud authentica- tion, database storage, asset storage, search and notifications. • For each Apple account, Apple allows the following usage limits: » 1 PB assets » 10 TB database » 5 TB/day asset transfer » 50 GB/day database transfer • IT administrators will be able to disable the use of iCloud Drive on managed devices • Security is ensured by storing content in sepa- rate private and public storage containers/ databases of iCloud. • However, CloudKit does not feature device offline storage/sync. It is provided as only transfer system. Does Apple enter in mBaaS space through CloudKit? The answer is “yes to some extent” because of the following considerations: Apple has introduced a new programming language Swift for iOS and OS X applications. Swift does not replace Objective-C; it shares the same runtime libraries and coexists with Objective-C. 2. New screen size introduction Unified storyboards for universal apps A single interface with an auto layout feature is used to design applica- tions for iPad and iPhone to ensure applications respond to orientation changes and differ- ent screen sizes. This reduces the development effort needed specifi- cally to support multiple devices. New screen scale for iPhone 6 Plus The iPhone 6 Plus uses a new Retina HD display with a screen scale of 3.0. This requires new artwork design to be implemented. Now, asset catalogs can include images at 1x, 2x and 3x sizes.
  • 3. Technology Strategy Office - Mobile & Social 3 • The features offered by CloudKit are only a subset of mBaaS services, data storage services and it is completely locked with Apple eco-system. The resources (assets/databases) cannot be shared with other platforms. • User is tied with the iCloud account; other authentication services such as LDAP, AD, and Single Sign-on are not integrated. • Apple clearly states that CloudKit is a transport mechanism and not for persistence data. So, the applications need to handle offline storage and sync on its own. Therefore, for enterprises that only focus on iOS specific, simple documents and database-based applications and have the road maps to continue in the same platform, CloudKit is the great choice. For complete mBaaS services such as other authentication modes, security services, generic web-services creation and third-party technolo- gies integration, CloudKit is NOT an interesting feature to look into. 4. Security Data Security Password protection • Data within e-mails, calendar, contacts, reminders, notes, messages and third-party appli- cations are pro- tected with a passcode until after the device is unlocked fol- lowing a reboot. S/MIME controls per message • Individual e-mail messages can be signed and encrypted using S/MIME. Device Security • Content Pushing – Books, ePub, and PDF documents can be automatically pushed to user devices and remotely removed when not needed using mobile device management (MDM) tools. • IT administrators can set up and manage devices remotely. • IT administrators can perform certain tasks based on a device’s last back up time to iCloud. • Certificate-based single sign-on for user authentication to enterprise applications. • Data management and content filtering – IT departments can control user downloads from Safari and set up rules to authorize applica- tions to open documents from iCloud. 5. Application management enhancements App extensions It is an inter- app functional- ity that allows enterprise applica- tions to communi- cate by extending its functionalities for the following areas, also known as extension points: • Share – Share content with social websites or other entities. • Action – Perform a simple task with the selected content. • Today – Provide a quick update or enable a brief task in the Today view of Notification Center. • Photo editing – Perform edits to a photo or video within the Photos application. • Storage provider – Provide a document storage location that can be accessed by other applications using document picker view controller. • Custom keyboard – Provide a custom keyboard that a user can choose in place of the system keyboard for all applications on a device. New application frameworks Apple Pay APIs in PassKit Apple Pay is used to sell physical goods such as groceries, clothing and appliances. Also, Apple Pay is used for services such as club member- ships, hotel reservations, and tickets for events.
  • 4. Technology Strategy Office - Mobile & Social 4 Camera and Photos APIs Developers can enable their photo applications to edit images and videos. Manual camera controls provide direct control to the application to adjust camera settings, such as white balance and exposure settings, to click a perfect picture. These new APIs from photos framework can help enterprise applications to work with images without relying on third-party open/paid image libraries. HealthKit Fitness and health-related applications can use HealthKit to collect a user’s health-related data, such as heart rate, calories burnt and sleep patterns, using dedicated equipment. HomeKit HomeKit is a home automation framework for communicating and controlling connected home accessories such as doors, cameras, lights and fans. It also integrates with Siri for voice commands. CloudKit • Developers can include cloud components in their applications, eliminating the need to write server-side application logic. • CloudKit provides authentication, database storage and asset storage services for free with very high limits. Touch ID Enterprise applications can use Touch ID, an additional security option, to authenticate a user using the fingerprint sensor. Document Picker • Document picker is a mechanism for sharing documents between applications. It enables editing of a single document using multiple applications. It differs from the “Open In” controller available in the previous version that creates a copy of the document shared between applications. • This calls for additional security to be imple- mented by enterprise applications to secure documents for insecure/unintended edits. Hand-off • This feature extends the user experience of continuity across devices. A user can easily transition from device to device, continuing work on the same document. • Document-based applications can support activity continuation for users working with iCloud-based documents. Improved e-mail client The e-mail client from iOS 8 includes out-of-office support, free/busy scheduler, ability to minimize an e-mail, gestures such as swiping and dragging to flag, marking and deleting e-mails. Keyboard customization • The new keyboard features include predictive text selection, autocorrect options, quick type (suggestions based on previous conversation and writing style). • Provides added support to install third-party keyboards. Widgets Applications can create widgets to handle events in Today’s view and notifications. Enterprise imperatives in adapting to iOS 8 enhancements 1. Redesign applications to support new device sizes/scales for iPhone 6 and 6 Plus. Now, asset catalogs can include images at 1x, 2x and 3x sizes to cover all screen sizes. 2. Existing/new applications can make use of “Auto layout” feature to address new screen sizes. 3. Application views can be revisited to make use of the bigger real estate of new phone screens and to show the effective landscape views. 4. The widget functionality introduced in iOS 8 will be particularly useful on the new devices given the larger screen sizes. Developers need to focus on how to leverage this access to the main notifications center.
  • 5. Technology Strategy Office - Mobile & Social 5 5. Apple claims that using Swift shows 40-50% performance improvement over Objective-C. Enterprises might want to validate this with their existing applications by porting to Swift or enhancing with additional features using Swift. 6. The enterprise can revisit their document management functionality built in applications and validate the option of using CloudKit. If the application does not require any offline stor- age of content, CloudKit can be a great choice. 7. Prior to iOS 8, applications used the concept of “Document Interaction Controller (Open In)” for inter-application communication to work with common documents. This created copies of documents specific to each applica- tion. This functionality needs to be replaced with “Document Picker” that is introduced in iOS 8 to avoid multiple copies. This feature calls for additional security to be implemented to avoid unintended overwrite of documents. 8. With the introduction of “Hand-off”, applica- tions need to take care of continuity of user activities on an application, especially on documents. It is also challenging to provide seamless UI and performance experience across devices. 9. Applications can make use of “Touch ID” API to implement new/additional security for their applications. 10. Developers will need to be trained on Swift. 11. IT may need to create new policies to enhance the current data/device security implemented for enterprise user devices by using the additional security features introduced in iOS 8. 12. Since the devices are used for storing both personal and official data, enterprises need to think of managing user data while performing certain tasks such as remote wipe. Especially, introduction of features such as HealthKit, HomeKit and Apple Pay enforce selective data management on the user data. New iOS8 features will further help HTML5 development The All New WKWebView The new high perfor- mance WKWebView is a step in the right direction from a Web development perspective. It has the Nitro JS engine, which seems to have at least 4x the performance of UIWebView. This has the potential to be a huge win for hybrid applications. HTML Templates One of the foundational elements in Web Compo- nents is now available in the latest Android and iOS browsers. This is a big step towards making a truly modular Web and opens up a lot of potential with one less polyfill required. Navigation/High Resolution Timing APIs Though superficially not an extremely popular end user facing feature, having a streamlined performance timing API will allow for much better cross-platform benchmarking and performance testing. What it means to the hybrid development platforms Most hybrid platforms are currently working on releasing an iOS 8 compat- ible version. Some of them have updated their releases to integrate compatibility as soon as iOS beta 2 was ready to be used (Xamarin, Appcelerator). Others are still working on addressing some compatibil- ity issues (Phonegap, Cordova, Ionic). Cordova & Phonegap An official Cordova release with iOS 8 support is expected, so users can rebuild their applications and release a 100% compatible version. Xamarin and Appcelerator Both Xamarin and Appcelerator had released iOS 8 beta compatible versions so that users could begin testing the frameworks and submit issues
  • 6. World Headquarters 500 Frank W. Burr Blvd. Teaneck, NJ 07666 USA Phone: +1 201 801 0233 Fax: +1 201 801 0243 Toll Free: +1 888 937 3277 Email: inquiry@cognizant.com European Headquarters 1 Kingdom Street Paddington Central London W2 6BD Phone: +44 (0) 207 297 7600 Fax: +44 (0) 207 121 0102 Email: infouk@cognizant.com India Operations Headquarters #5/535, Old Mahabalipuram Road Okkiyam Pettai, Thoraipakkam Chennai, 600 096 India Phone: +91 (0) 44 4209 6000 Fax: +91 (0) 44 4209 6060 Email: inquiryindia@cognizant.com ­­© Copyright 2015, Cognizant. All rights reserved. No part of this document may be reproduced, stored in a retrieval system, transmitted in any form or by any means, electronic, mechanical, photocopying, recording, or otherwise, without the express written permission from Cognizant. The information contained herein is subject to change without notice. All other trademarks mentioned herein are the property of their respective owners. About Cognizant Cognizant (NASDAQ: CTSH) is a leading provider of information technology, consulting, and business process outsourcing services, dedicated to helping the world's leading companies build stronger businesses. Headquartered in Teaneck, New Jersey (U.S.), Cognizant combines a passion for client satisfaction, technology innovation, deep industry and business process expertise, and a global, collaborative workforce that embodies the future of work. With over 75 development and delivery centers worldwide and approximately 211,500 employees as of December 31, 2014, Cognizant is a member of the NASDAQ-100, the S&P 500, the Forbes Global 2000, and the Fortune 500 and is ranked among the top performing and fastest growing companies in the world. Visit us online at www.cognizant.com or follow us on Twitter: Cognizant. to their bug tracking systems. Both enabled advanced support for the iOS new features but are currently working on testing compatibility. There is no 100% compatible release yet. Conclusion With the launch of the new iOS 8, Apple has built on the new IT model for a mobile workforce. iOS 8 not only offers expanded enterprise security and management improvements but also new produc- tivity features enhancing the overall experience of an enterprise user. With iOS 8, we also see Apple take another step in the direction of convergence – with the Hand-off feature – enabling seamless syncing of informa- tion and application usage between desktop and mobile devices, removing the barriers between the mobile and desktop OS and enabling enter- prise users to collaborate in effective ways within enterprise settings. This will mean that enterprise IT teams will have to increasingly focus on con- vergence as a key component of their IT strategy, and ensure that they plan, implement and man- age device convergence for their increasingly connected iOS user base. Let’s Talk For more information, please contact us at TSO@cognizant.com.