Titanium JIRA Archive
Titanium SDK/CLI (TIMOB)

[TIMOB-19018] iOS9: Provide access to all NSUserActivityTypes defined in the bundle

GitHub Issuen/a
TypeSub-task
PriorityMedium
StatusClosed
ResolutionFixed
Resolution Date2015-06-25T01:57:31.000+0000
Affected Version/sn/a
Fix Version/sRelease 5.0.0
ComponentsiOS
Labelshandoff, iOS8, search
ReporterBen Bahrenburg
AssigneeEric Merriman
Created2015-06-15T01:29:46.000+0000
Updated2017-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>     

Comments

  1. Ben Bahrenburg 2015-06-15

    PR available https://github.com/appcelerator/titanium_mobile/pull/6911
  2. Chee Kiat Ng 2015-06-25

    PR merged.
  3. Lee Morris 2017-03-24

    Closing ticket as fixed with reference to previous comments.

JSON Source