[TIMOB-19474] Ti.App.iOS.SearchableItem.uniqueIdentifier is implemented as identifier
| GitHub Issue | n/a |
|---|---|
| Type | Bug |
| Priority | Medium |
| Status | Closed |
| Resolution | Fixed |
| Resolution Date | 2015-09-07T18:49:40.000+0000 |
| Affected Version/s | Release 5.0.0 |
| Fix Version/s | Release 5.0.0 |
| Components | iOS |
| Labels | n/a |
| Reporter | Fokke Zandbergen |
| Assignee | Eric Merriman |
| Created | 2015-09-07T14:29:23.000+0000 |
| Updated | 2017-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.
PR on master: https://github.com/appcelerator/titanium_mobile/pull/7131 PR on 5_0_X: https://github.com/appcelerator/titanium_mobile/pull/7132
Merged, thank you [~fokkezb]!
Closing ticket as fixed.