[TIMOB-16989] Analytics: Ti.Analytics return undefined
GitHub Issue | n/a |
---|---|
Type | Bug |
Priority | Critical |
Status | Closed |
Resolution | Fixed |
Resolution Date | 2014-05-21T22:47:47.000+0000 |
Affected Version/s | Release 3.3.0 |
Fix Version/s | 2014 Sprint 10, 2014 Sprint 10 SDK, Release 3.3.0, Release 3.4.0 |
Components | iOS |
Labels | analytics, qe-3.3.0, qe-closed-3.3.0, qe-testadded, regression |
Reporter | Olga Romero |
Assignee | Sabil Rahim |
Created | 2014-05-19T20:26:56.000+0000 |
Updated | 2014-05-23T20:52:35.000+0000 |
Description
To reproduce:
run
var win = Ti.UI.createWindow({
backgroundColor: 'white'
});
var label = Ti.UI.createLabel({
text:"who is who "+Ti.Analytics
});
win.add(label);
win.open();
https://github.com/appcelerator/titanium_mobile/pull/5721
https://github.com/appcelerator/titanium_mobile/pull/5724 3_3_X
Tested the above code and verified the fix using Appcelerator Studio, build: 3.3.0.201405161313 Titanium SDK, build: 3.3.0.v20140523120121 Node.JS Version: v0.10.13 NPM Version: 1.3.2 acs@1.0.14 alloy@1.4.0-alpha4 npm@1.3.2 titanium@3.3.0-alpha5 titanium-code-processor@1.1.1 Xcode 5.1.1 Device: iPhone 5C iOS 7.1