[TIMOB-19356] iOS9: Providing access to SearchIdentifiers on ContinueUserActivity
GitHub Issue | n/a |
---|---|
Type | Improvement |
Priority | High |
Status | Closed |
Resolution | Fixed |
Resolution Date | 2015-08-28T09:10:40.000+0000 |
Affected Version/s | n/a |
Fix Version/s | Release 5.0.0 |
Components | iOS |
Labels | spotlight |
Reporter | Ben Bahrenburg |
Assignee | Eric Merriman |
Created | 2015-08-16T23:49:30.000+0000 |
Updated | 2017-03-21T20:33:20.000+0000 |
Description
Provide access to CSSearchableItemActivityIdentifier on ContinueUserActivity.
This allows the developer to access the unique searchableItem they created while publishing to the search index.
PR Here: https://github.com/appcelerator/titanium_mobile/pull/7081
CR and FT passed. approved and merged PR. Sample code:
steps to test
1. launch app with sample code 2. exit app, in spotlight key in the keywords like 'titanium' 3. select the corresponding app resultExpected Result
App should open with message dialog containing information of the search item. [~bhatfield] please consider this for the spotlight docs.Closing ticket as fixed.