Titanium JIRA Archive
Titanium SDK/CLI (TIMOB)

[TIMOB-16694] Ti.App.deployType returns different values on different platforms

GitHub Issuen/a
TypeBug
PriorityMedium
StatusClosed
ResolutionWon't Fix
Resolution Date2016-09-14T22:36:16.000+0000
Affected Version/sRelease 3.2.3
Fix Version/sn/a
ComponentsBlackBerry
Labelslook1, qe-3.2.3
ReporterPriya Agarwal
AssigneePedro Enrique
Created2014-03-25T10:29:00.000+0000
Updated2017-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();

Comments

  1. Ingo Muschenetz 2014-05-23

    Thoughts on this issue?
  2. Chris Barber 2016-09-14

    BlackBerry is dead.
  3. Lee Morris 2017-03-16

    Closing ticket as BlackBerry is no longer supported by us.

JSON Source