Titanium JIRA Archive
Titanium SDK/CLI (TIMOB)

[TIMOB-19474] Ti.App.iOS.SearchableItem.uniqueIdentifier is implemented as identifier

GitHub Issuen/a
TypeBug
PriorityMedium
StatusClosed
ResolutionFixed
Resolution Date2015-09-07T18:49:40.000+0000
Affected Version/sRelease 5.0.0
Fix Version/sRelease 5.0.0
ComponentsiOS
Labelsn/a
ReporterFokke Zandbergen
AssigneeEric Merriman
Created2015-09-07T14:29:23.000+0000
Updated2017-03-16T22:13:33.000+0000

Description

The documents have [Ti.App.iOS.SearchableItem.uniqueIdentifier](https://appcelerator.github.io/appc-docs/latest/#!/api/Titanium.App.iOS.SearchableItem-property-uniqueIdentifier) which is what it should be, given the Obj-C API, but the code implements it as [identifier](https://github.com/appcelerator/titanium_mobile/blob/master/iphone/Classes/TiAppiOSProxy.m#L177). The implementation needs to be changed to uniqueIdentifier.

Comments

  1. Fokke Zandbergen 2015-09-07

    PR on master: https://github.com/appcelerator/titanium_mobile/pull/7131 PR on 5_0_X: https://github.com/appcelerator/titanium_mobile/pull/7132
  2. Hans Knöchel 2015-09-07

    Merged, thank you [~fokkezb]!
  3. Lee Morris 2017-03-16

    Closing ticket as fixed.

JSON Source