[TIMOB-16251] Blackberry: Implement Ti.App.deployType
GitHub Issue | n/a |
---|---|
Type | Bug |
Priority | High |
Status | Closed |
Resolution | Fixed |
Resolution Date | 2014-02-11T20:59:54.000+0000 |
Affected Version/s | Release 3.2.0 |
Fix Version/s | 2014 Sprint 03, 2014 Sprint 03 API, Release 3.2.3, Release 3.3.0 |
Components | BlackBerry |
Labels | qe-closed-3.2.3, qe-testadded |
Reporter | Alan Leard |
Assignee | Pedro Enrique |
Created | 2014-01-20T17:29:29.000+0000 |
Updated | 2014-03-27T18:36:58.000+0000 |
Description
Ti.App.deployType needs to be added to support the ti.cloud module. See screen shot.
Attachments
File | Date | Size |
---|---|---|
2014-01-20_0929.png | 2014-01-20T17:29:29.000+0000 | 146262 |
PR: https://github.com/appcelerator/titanium_mobile_blackberry/pull/204
It does work with https://www.dropbox.com/s/607kot22lrrlxd4/blackberry.zip and it does display the deploy type. However seems to be not merged into master. Tested with Titanium SDK 3.3.0.v20140214150951. Appcelerator Studio, build: 3.2.1.201402061120 BBZ10 OS Version 10.2.1.2141 The error
Verified the fixed with test environment: Appc Studio:3.2.3.201403190645 Sdk:3.2.3.v20140324164913 alloy:1.3.1 titanium:3.2.1 titanium-code-processor:1.1.0 Osx: Maverick(10.9.2) Device:Blackberry-Z10(v 10.0.10.261) Ti.App.deployType returns "production" and "development" as per deploy type. Does not return undefined. Hence working fine. Closing the issue.