[TIMOB-14109] BlackBerry : Packaged BB apps crash after the appcelerator splash screen
GitHub Issue | n/a |
---|---|
Type | Bug |
Priority | Critical |
Status | Closed |
Resolution | Fixed |
Resolution Date | 2013-07-11T04:56:41.000+0000 |
Affected Version/s | n/a |
Fix Version/s | 2013 Sprint 12 BB, 2013 Sprint 12, Release 3.1.2, Release 3.2.0 |
Components | BlackBerry |
Labels | module_analytics, qe-3.1.1, qe-nfc, qe-testadded, sdk-bb |
Reporter | Lokesh Choudhary |
Assignee | Pedro Enrique |
Created | 2013-06-04T21:55:55.000+0000 |
Updated | 2013-07-19T10:44:33.000+0000 |
Description
Description:
1. Create an app for BB & package it on the local machine
2. You will get the .bar file
3. Now use the command below to install the bar file the BB device
blackberry-deploy -installApp -device <device-ip> -password <device password> -package <bar file>
3. After the app gets installed on the device launch it
Actual Result:
1. The app crashes after the appcelerator splash screen
Expected Result:
1. The app should not crash
Russ provided this link : http://supportforums.blackberry.com/t5/Android-Runtime-Development/Unable-to-install-signed-bar-file-on-Blackberry-Z10-via-OTA-or/td-p/2374073
Created a native app using QNX Momentics and a Titanium app using Titanium Studio - Native app: installs and opens fine. Then I tested with a Titanium app, built from Studio, and installed - Titanium app: installs and gets stuck in the splash screen
More findings. Setting analytics to false in tiapp.xml makes the app run fine after install from distribution build
This should be fixed by TIMOB-14149.
Verified the fix & the packaged apps can be installed & launched successfully on BB device. Environment: Ti Studio : 3.1.1.201306071720 Ti BB SDK : 3.1.1.v20130609163050 Mac OSX : 10.8.3 Alloy : 1.1.3-cr CLI - 3.1.1-cr win 7 Win 8 Z10 BB simulator : 10.0.10.822 Z10 device running 10.0.10.88
Closing as Fixed. Verified with Environment: Studio: 3.1.2.201307171817 Titanium SDK:3.1.2.v20130718094558 acs:1.0.3 alloy:1.1.3 npm:1.3.2 titanium:3.1.1 titanium-code-processor:1.0.1 OS: OSX 10.8 Device:Blackberry-Z10(v 10.0.10.261) Xcode: 4.5.1 blackberry SDK: 10.1.0.1020 Packaged Blackberry app running successfully.