[TIMOB-16694] Ti.App.deployType returns different values on different platforms
GitHub Issue | n/a |
---|---|
Type | Bug |
Priority | Medium |
Status | Closed |
Resolution | Won't Fix |
Resolution Date | 2016-09-14T22:36:16.000+0000 |
Affected Version/s | Release 3.2.3 |
Fix Version/s | n/a |
Components | BlackBerry |
Labels | look1, qe-3.2.3 |
Reporter | Priya Agarwal |
Assignee | Pedro Enrique |
Created | 2014-03-25T10:29:00.000+0000 |
Updated | 2017-03-16T20:26:54.000+0000 |
Description
Steps to Reproduce:
1. Copy paste the code and run the app.(on android,ios and blackberry)
Result:
On Android and iOS:
Getting: "test"
On Blackberry:
Getting: "development"
var win=Ti.UI.createWindow({
backgroundColor:'red'
});
var label=Ti.UI.createLabel({
text:"Testing Ti.App.deployType"
});
label.addEventListener("click",function(e){
alert("Ti.App.deployType: "+Ti.App.deployType);
});
win.add(label);
win.open();
Thoughts on this issue?
BlackBerry
is dead.Closing ticket as BlackBerry is no longer supported by us.