[TIMOB-19018] iOS9: Provide access to all NSUserActivityTypes defined in the bundle
GitHub Issue | n/a |
---|---|
Type | Sub-task |
Priority | Medium |
Status | Closed |
Resolution | Fixed |
Resolution Date | 2015-06-25T01:57:31.000+0000 |
Affected Version/s | n/a |
Fix Version/s | Release 5.0.0 |
Components | iOS |
Labels | handoff, iOS8, search |
Reporter | Ben Bahrenburg |
Assignee | Eric Merriman |
Created | 2015-06-15T01:29:46.000+0000 |
Updated | 2017-03-24T21:03:44.000+0000 |
Description
As part of hand off, Search, and deep linking the developer will need access to all of the NSUserActivityTypes defined in their bundle ( via tiapp.xml ).
To define one or more NSUserActivityTypes all you need to do is to an NSUserActivityTypes node under such as:
<key>NSUserActivityTypes</key>
<array>
<string>com.setdirection.home</string>
<string>com.setdirection.shelf</string>
<string>com.setdirection.item</string>
</array>
PR available https://github.com/appcelerator/titanium_mobile/pull/6911
PR merged.
Closing ticket as fixed with reference to previous comments.