SlideShare a Scribd company logo
What you’ve been
looking for
iOS 9 Search APIs
What ?
• New search APIs allow apps to submit their data to
Spotlight.
• Anything can be indexed! User states, Core Data
objects, images, contacts, whatever you want
• 3 different, but complementary APIs
Should I care?
• Don’t look past first page
• Apps have rich structured data which is very useful
and important to user.
• Discoverability, Engagement. Huge, Quickly
In Action
• App search results show up in
spotlight.
• Tapping on result allows app
to take action, and restore
state.
• Engagement with search
results help rank relevant
entries.
Organic Discovery!
Apps which aren’t installed show up in results!
Technical Stuff
• NSUserActivity (From iOS8, Handoff)
• Core Spotlight
• WebLinks
NSUserActivity
• Index things the user has ‘seen’ or results of
actions
• Could be states, screens within the app
Create an Activity
Configure attributes
Call me, maybe
• Actions can be launched from
search!
Core Spotlight
• Index the hard ‘data’ of your app that may be
useful.
• Core Data entities, SQLite entities, etc
Index the data!
NSUserActivity & CS
• Using both APIs make sense. User interacts with a
piece of data in the app. (ticket, recipe, note,
image)
• ua.contentAttributeSet.relatedUniqueIdentifier =
searchitem.uniqueIdentifier
Weblinks
• App marketing page is starting point for AppleBot
• By using micro formats from schema.org
• If content mirrored on the web,
CSSSearchableItem.URL great for search rank.
Thanks and good luck

More Related Content

PPTX
AQA mobile controlled assessment fusion table and web database
PPTX
Getting a handle on lib cal
PPTX
Building solutions with Office Graph
PPTX
Building rich search experiences Apps for SharePoint
PPTX
7 Must Have Apps
PDF
Core Spotlight search
PPTX
PDF
CREATE SEARCH DRIVEN BUSINESS INTELLIGENCE APPLICATION USING FAST SEARCH FO...
AQA mobile controlled assessment fusion table and web database
Getting a handle on lib cal
Building solutions with Office Graph
Building rich search experiences Apps for SharePoint
7 Must Have Apps
Core Spotlight search
CREATE SEARCH DRIVEN BUSINESS INTELLIGENCE APPLICATION USING FAST SEARCH FO...

Similar to iOS 9 Search APIs (20)

PPTX
Automating datadictionaries
PDF
2014 03-27 Share Point Portals
PPTX
Salesforce awesome app buildout
PPTX
2013-10-29 Capabilities of SharePoint
PPTX
10 most liked features of SharePoint 2013
PDF
Search APIs & Universal Links
PPTX
Enterprise Search, Simple, Complex and Powerful
PDF
Search APIs in Spotlight and Safari
PPTX
Let’s build a_search-based_application_in_share_point_2013_-_baltimorespug
PPTX
Upgrade/Migration to SharePoint 2013 - How to get there (SPS SV)
PPTX
Office Add-ins developer community call-July 2019
PPTX
PPTX
Visual Studio LightSwitch (Beta 1) Overview
PPTX
Information retrieval system Briefly
PPTX
Science base usage analysis - AGU2016 - in21d08
PDF
Building Great Mobile Search with Productsy and Amazon CloudSearch
PDF
Building great mobile search with Productsy and CloudSearch
PPTX
Lets build a_search-based_application_in_share_point_2013_-_spsdc[2]
PPTX
Democratizing Data Science in the Enterprise
PPTX
Software Requirement Analysis and Thinking Process towards a good Architecture
Automating datadictionaries
2014 03-27 Share Point Portals
Salesforce awesome app buildout
2013-10-29 Capabilities of SharePoint
10 most liked features of SharePoint 2013
Search APIs & Universal Links
Enterprise Search, Simple, Complex and Powerful
Search APIs in Spotlight and Safari
Let’s build a_search-based_application_in_share_point_2013_-_baltimorespug
Upgrade/Migration to SharePoint 2013 - How to get there (SPS SV)
Office Add-ins developer community call-July 2019
Visual Studio LightSwitch (Beta 1) Overview
Information retrieval system Briefly
Science base usage analysis - AGU2016 - in21d08
Building Great Mobile Search with Productsy and Amazon CloudSearch
Building great mobile search with Productsy and CloudSearch
Lets build a_search-based_application_in_share_point_2013_-_spsdc[2]
Democratizing Data Science in the Enterprise
Software Requirement Analysis and Thinking Process towards a good Architecture
Ad

Recently uploaded (6)

DOC
Camb毕业证学历认证,格罗斯泰斯特主教大学毕业证仿冒文凭毕业证
DOC
证书学历UoA毕业证,澳大利亚中汇学院毕业证国外大学毕业证
PDF
Lesson 13- HEREDITY _ pedSAWEREGFVCXZDSASEWFigree.pdf
PDF
6-UseCfgfhgfhgfhgfhgfhfhhaseActivity.pdf
PPTX
ASMS Telecommunication company Profile
PPTX
Introduction to Packet Tracer Course Overview - Aug 21 (1).pptx
Camb毕业证学历认证,格罗斯泰斯特主教大学毕业证仿冒文凭毕业证
证书学历UoA毕业证,澳大利亚中汇学院毕业证国外大学毕业证
Lesson 13- HEREDITY _ pedSAWEREGFVCXZDSASEWFigree.pdf
6-UseCfgfhgfhgfhgfhgfhfhhaseActivity.pdf
ASMS Telecommunication company Profile
Introduction to Packet Tracer Course Overview - Aug 21 (1).pptx
Ad

iOS 9 Search APIs