Titanium JIRA Archive
Titanium SDK/CLI (TIMOB)

[TIMOB-17452] iOS: Umlaut - If app name contains umlaut, then app will be stuck on the splash screen

GitHub Issuen/a
TypeBug
PriorityHigh
StatusClosed
ResolutionCannot Reproduce
Resolution Date2015-10-28T21:21:37.000+0000
Affected Version/sRelease 3.3.0
Fix Version/sn/a
ComponentsCLI, iOS
Labelsqe-3.4.0
ReporterWilson Luu
AssigneeChee Kiat Ng
Created2014-08-02T01:04:04.000+0000
Updated2015-10-28T21:38:56.000+0000

Description

*Details:* If the app name contains umlaut and you install the app onto an iOS device, then the app will be stuck on the splash screen. *This occurs with both the 32-bit and 64-bit AppcStudio.* *Steps to reproduce:* 0. Make sure you machine has either 1.6.0_65 (for 32-bit AppcStudio) or 1.7.0_65 (for 64-bit AppcStudio) 1. Download AppcStudio 32-bit or 64-bit 2. Create a Titanium project with umlaut e.g. Bäckerei Höchste 3. Install app to an iOS device 4. Launch app *Actual:* App will launch but will be stuck on the splash screen. *Expected:* The app should launch fully; should not be stuck on the splash screen.

Comments

  1. Ingo Muschenetz 2014-08-04

    And to confirm, this _doesn't_ happen on the command line?
  2. Praveen Innamuri 2014-08-04

    Since the app is already launched through CLI command, I believe this should be happening on command line as well, and should be moved to TIMOB ticket once [~wluu] confirms.
  3. Wilson Luu 2014-08-04

    I am able to reproduce this issue through CLI. Here is the command I used:
       "/usr/local/bin/titanium" "--no-colors" "--no-progress-bars" "--no-prompt" "build" "--platform" "iphone" "--log-level" "trace" "--sdk" "3.3.0.GA" "--target" "device" "--ios-version" "7.1" "--device-family" "universal" "--developer-name" "QE Department (C64864TF2L)" "--device-id" "a48c88ab4fdd34669da3c8140aa68b6bd042dde3" "--pp-uuid" "304AC6B9-FECE-4015-A0D8-A0CB34105A07" "--skip-js-minify" "--skip-js-minify" "--build-type" "development"
       
    Moving ticket to TIMOB.
  4. Hans Knöchel 2015-10-28

    [~wluu] [~pinnamuri] Not happening in the latest Studio (4.3.3) + SDK (5.0.2.GA). Tested the german umlaut "Bäckerei Höchste" as the app name in both localized app.xml and directly in the tiapp.xml. Works fine!
  5. Wilson Luu 2015-10-28

    Closing ticket as cannot reproduce. Verified that I cannot reproduce this issue with current GA stack and 5.1.0 stack. *However,* will file a separate ticket where umlaut characters are not recognized in the prompt. Tested on: *GA stack:* Appcelerator Studio, build: 4.3.3.201510212245 Appc CLI NPM: 4.2.1 Appc CLI Core: 5.0.4 Arrow: 1.2.62 SDK: 5.0.2.GA Node: v0.12.7 OS: El Capitan (10.11.1) *5.1.0 stack:* Appcelerator Studio, build: 4.4.0.201510280736 Appc CLI NPM: 4.2.1 Appc CLI Core: 5.1.0-38 Arrow: 1.3.13 SDK: 5.1.0.v20151028061258 Node: v4.2.1 OS: El Capitan (10.11.1)

JSON Source