Titanium JIRA Archive
Titanium SDK/CLI (TIMOB)

[TIMOB-24108] Windows: The app is not launched everytime.

GitHub Issuen/a
TypeBug
PriorityHigh
StatusClosed
ResolutionCannot Reproduce
Resolution Date2017-10-19T09:21:57.000+0000
Affected Version/sn/a
Fix Version/sn/a
ComponentsWindows
Labelsn/a
ReporterRakhi Mitro
AssigneeKota Iguchi
Created2016-11-06T05:58:37.000+0000
Updated2019-05-09T06:46:59.000+0000

Description

The app launches fine for the first time after installation. After that, it does not launch as expected every time and quit back to the app list screen. *Test code*: [appxbundle](https://www.dropbox.com/s/1h2afswhyek0zwn/KennedysConnect_ARM.zip?dl=0) *Test Environment:* Operating System: Microsoft Windows 8.1 Enterprise SDK-5.5.1.GA,Windows phone device(8.1) *Test Steps:*

Install the appx bundle on Windows 8.1

Click on the app from app list screen and it will launched fine

Close the app, launch again, it does not launch as expected every time and quit back to the app list screen.

*Test Results:* The app is not launching.

Comments

  1. Kota Iguchi 2016-11-08

    [~rmitro] Could you attache a source code for this instead of appxbundle? Also, could you get the exact command line that customer used to build/install the application?
  2. Kota Iguchi 2016-11-08

    Let me clear about the environment, your application is installed on Windows Phone 8.1 right? I remember we have experienced similar issues before (TIMOB-20197, TIMOB-23411) At that time application crashes because there's a lot of require and logic executed at startup, and thus application crashes due to "out of memory" kind of error at startup. We have also experienced that Windows Phone tend to "kill" the app when application startup takes time. So I would suggest reducing require as much as possible to make the app faster to load at startup.
  3. Kota Iguchi 2017-10-19

    Closing this for now because this ticket seems to be obsolete (I am cleaning up our tickets) and also we are going to drop 8.1 support as of next major release (7.0.0). If this is still the case, please open new ticket.

JSON Source