[TIMOB-24108] Windows: The app is not launched everytime.
GitHub Issue | n/a |
---|---|
Type | Bug |
Priority | High |
Status | Closed |
Resolution | Cannot Reproduce |
Resolution Date | 2017-10-19T09:21:57.000+0000 |
Affected Version/s | n/a |
Fix Version/s | n/a |
Components | Windows |
Labels | n/a |
Reporter | Rakhi Mitro |
Assignee | Kota Iguchi |
Created | 2016-11-06T05:58:37.000+0000 |
Updated | 2019-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:*
[~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?
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 reducingrequire
as much as possible to make the app faster to load at startup.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.