Titanium JIRA Archive
Appcelerator Community (AC)

[AC-103] Setting deployType for myself for TestFlight

GitHub Issuen/a
TypeImprovement
Priorityn/a
StatusResolved
ResolutionInvalid
Resolution Date2015-11-13T18:47:15.000+0000
Affected Version/sn/a
Fix Version/sn/a
Componentsn/a
Labelsn/a
ReporterSebastian Klaus
AssigneeShak Hossain
Created2015-04-27T07:22:39.000+0000
Updated2015-11-13T18:47:15.000+0000

Description

Using the TestFlight from Apple can be a cruel thing. The beta tester just saying: The app freezes. And yes, it does. But nobody can know why it freezes. The problem is, that the app, approved for beta testing, has the deploy status "production". Following that, no error messages from Appcelerator appears and every developer has to guess, what the error is and how to get it. So could you please give an ability to set the deploytype manually? I think, I'm not the only one with this problem. Without Appcelerator error warnings and red messages, a beta testing is a cruel thing. If there is an other way, please instruct me.

Comments

  1. Sebastian Klaus 2015-04-30

    Can be closed, solved it for myself.
  2. Eric Merriman 2015-05-12

    Thanks. What did you do [~benutzername]
  3. Sebastian Klaus 2015-05-13

    Titanium/mobilesdk/osx/SDK Version/iphone/cli/commands/_build.js
       this.deployTypes = {
       		'simulator': 'development',
       		'device': 'test',
       		'dist-appstore': 'production',
       		'dist-adhoc': 'production'
       	};
       
       this.deployTypes = {
       		'simulator': 'development',
       		'device': 'test',
       		'dist-appstore': 'test',
       		//'dist-appstore': 'production',
       		'dist-adhoc': 'production'
       	};
       
    I only may not to forget reverting my changes when deploying to the AppStore ;) But without this change, beta tester gain no red screen and just mentioned, that the app freezes.

JSON Source