Titanium JIRA Archive
Titanium SDK/CLI (TIMOB)

[TIMOB-14107] BlackBerry: Add createUUID method to Ti.Platform

GitHub Issuen/a
TypeNew Feature
PriorityHigh
StatusClosed
ResolutionFixed
Resolution Date2013-07-25T22:45:15.000+0000
Affected Version/sn/a
Fix Version/s2013 Sprint 15 API, 2013 Sprint 15, Release 3.1.2, Release 3.2.0
ComponentsBlackBerry
Labelsn/a
ReporterRussell McMahon
AssigneePedro Enrique
Created2013-06-04T19:58:49.000+0000
Updated2014-06-19T12:44:14.000+0000

Description

Comments

  1. Russell McMahon 2013-07-02

    From TiAnalyticsObject.cpp, the following code creates a UUID. // generate the uid QString uid = QUuid::createUuid().toString(); uid.replace("{", ""); uid.replace("}", ""); QByteArray id = uid.toLocal8Bit();
  2. Pedro Enrique 2013-07-15

    PR: https://github.com/appcelerator/titanium_mobile_blackberry/pull/128
  3. Lokesh Choudhary 2013-08-09

    Verified the fix & we can see a UUID getting created. Thus closing. Environment: Appcel Studio : 3.1.2.201308082014 Ti SDK : 3.1.2.v20130808180613 Mac OSX : 10.8.4 Alloy : 1.2.0-alpha6 CLI - 3.1.2-alpha win 7 Win 8 Z10 BB simulator : 10.0.10.822 Z10 device running 10.0.10.88

JSON Source