GitHub Issue | n/a |
Type | Bug |
Priority | Critical |
Status | Closed |
Resolution | Fixed |
Resolution Date | 2014-06-05T19:40:59.000+0000 |
Affected Version/s | n/a |
Fix Version/s | 2013 Sprint 12 BB, 2013 Sprint 12, Release 3.2.0, Release 3.3.0 |
Components | BlackBerry |
Labels | qe-3.1.1, qe-3.3.0, qe-nfc, qe-testadded, sdk-bb |
Reporter | Lokesh Choudhary |
Assignee | Pedro Enrique |
Created | 2013-06-11T22:42:22.000+0000 |
Updated | 2014-06-18T21:18:41.000+0000 |
Description:
1. Create an app for BB in appcelerator studio
2. Build & run on BB device
3. Go to the dashboard to the app & look for events
Actual Result:
1. We do not see any install events but we see avg session lengths
Expected Results:
1. We should see install events
The issue we found out today morning of having wrong number of zero's in the time stamp was fixed & now we have 4 zeros in the time stamp for the events. While testing for this fix I found that we do not get any install events but we see avg session lengths for BB. Verifying on rightscale shows us the enroll event & the start event as it normally should . Running the post command below, manually for enroll & start gives us an install on the dashboard. Ti.enroll
Ti.start
These are the events collected so far for this GUID:
Verified the fix. Now we can see install events on the dashboard for BB apps. Environment: Ti Studio : 3.1.1.201306112235 Ti BB SDK : 3.1.1.v20130613173101 Mac OSX : 10.8.3 Appcel Studio : 3.1.1.201306131423
Reopening to add comment
Verified with a packaged app & we see the necessary events on dashboard.
steps
1.built the app for BB device 2.checked dashboard.appcelerator.comactual result
no installs Mac osx 10.9.3 Mavericks Appcelerator Studio, build: 3.3.0.201405271647 Titanium SDK, build: 3.3.0.v20140603032057 Node.JS Version: v0.10.13 NPM Version: 1.3.2 acs@1.0.14 alloy@1.4.0-beta npm@1.3.2 titanium@3.3.0-beta2 titanium-code-processor@1.1.1 Device: BB Z10 (10.2.1)Fixed with TIMOB-17077
Tested by creating a new app using Mac osx 10.9.3 Mavericks Appcelerator Studio, build: 3.3.0.201406171619 Titanium SDK, build: 3.3.0.v20140617161713 Node.JS Version: v0.10.13 NPM Version: 1.3.2 acs@1.0.14 alloy@1.4.0-rc npm@1.3.2 titanium@3.3.0-rc titanium-code-processor@1.1.1 Device: BB Z10 (10.2.1) I can see BB platform install on the dashboard.(screenshot)