{ "id": "170086", "key": "TIMOB-25443", "fields": { "issuetype": { "id": "1", "description": "A problem which impairs or prevents the functions of the product.", "name": "Bug", "subtask": false }, "project": { "id": "10153", "key": "TIMOB", "name": "Titanium SDK/CLI", "projectCategory": { "id": "10100", "description": "Titanium and related SDKs used in application development", "name": "Client" } }, "fixVersions": [], "resolution": { "id": "11", "description": "Is not a bug in our product", "name": "Not Our Bug" }, "resolutiondate": "2017-10-26T07:43:34.000+0000", "created": "2017-10-23T04:36:48.000+0000", "priority": { "name": "Critical", "id": "1" }, "labels": [], "versions": [], "issuelinks": [], "assignee": { "name": "hknoechel", "key": "hansknoechel", "displayName": "Hans Knöchel", "active": true, "timeZone": "Europe/Berlin" }, "updated": "2018-08-06T17:52:09.000+0000", "status": { "description": "The issue is considered finished, the resolution is correct. Issues which are closed can be reopened.", "name": "Closed", "id": "6", "statusCategory": { "id": 3, "key": "done", "colorName": "green", "name": "Done" } }, "components": [], "description": "When the app is launched, app icon is shown instead of the app splash image.\r\n\r\nre-produce, create a basic alloy and and run.", "attachment": [], "flagged": false, "summary": "app icon is shown instead of app splash screen", "creator": { "name": "isener", "key": "isener", "displayName": "ILAY SENER", "active": true, "timeZone": "Australia/Sydney" }, "subtasks": [], "reporter": { "name": "isener", "key": "isener", "displayName": "ILAY SENER", "active": true, "timeZone": "Australia/Sydney" }, "environment": "Mac OSX Sierra\r\nSDK : 6.2.2\r\niOS (iphone 6s) emulator - \r\nxcode - Version 9.0 (9A235)", "closedSprints": [ { "id": 963, "state": "closed", "name": "2017 Sprint 22 SDK", "startDate": "2017-10-22T21:43:59.523Z", "endDate": "2017-11-05T22:43:00.000Z", "completeDate": "2017-11-06T16:33:42.425Z", "originBoardId": 114 } ], "comment": { "comments": [ { "id": "429597", "author": { "name": "fmiao", "key": "fmiao", "displayName": "Feon Sua Xin Miao", "active": true, "timeZone": "America/Vancouver" }, "body": "[~isener]\r\n1. please include CLI version you used to create the app.\r\n2. does this happen with only SDK 6.2.2.GA or this is the case for other SDK versions?", "updateAuthor": { "name": "fmiao", "key": "fmiao", "displayName": "Feon Sua Xin Miao", "active": true, "timeZone": "America/Vancouver" }, "created": "2017-10-25T21:16:13.000+0000", "updated": "2017-10-25T21:16:13.000+0000" }, { "id": "429628", "author": { "name": "isener", "key": "isener", "displayName": "ILAY SENER", "active": true, "timeZone": "Australia/Sydney" }, "body": "Hi Feon,\r\n\r\nThis seem to be the case with previous versions. Easiest option is to create a basic alloy app and run it via the Studio.\r\n\r\nNode.js\r\n Node.js Version = 6.10.3\r\n npm Version = 3.10.10\r\n\r\nAppcelerator CLI\r\n Installer = 4.2.9\r\n Core Package = 6.2.4\r\n\r\nTitanium CLI\r\n CLI Version = 5.0.14\r\n node-appc Version = 0.2.41\r\n", "updateAuthor": { "name": "isener", "key": "isener", "displayName": "ILAY SENER", "active": true, "timeZone": "Australia/Sydney" }, "created": "2017-10-25T23:23:27.000+0000", "updated": "2017-10-25T23:23:27.000+0000" }, { "id": "429629", "author": { "name": "fmiao", "key": "fmiao", "displayName": "Feon Sua Xin Miao", "active": true, "timeZone": "America/Vancouver" }, "body": "Move to SDK.", "updateAuthor": { "name": "fmiao", "key": "fmiao", "displayName": "Feon Sua Xin Miao", "active": true, "timeZone": "America/Vancouver" }, "created": "2017-10-25T23:35:38.000+0000", "updated": "2017-10-25T23:35:38.000+0000" }, { "id": "429653", "author": { "name": "hknoechel", "key": "hansknoechel", "displayName": "Hans Knöchel", "active": true, "timeZone": "Europe/Berlin" }, "body": "There are a few things to check first, because I believe it's a non-issue:\r\n* The app-icon is shown by default when using storyboards\r\n* If you want to use a custom storyboard, it has to be in app/platform/ios (Alloy) or Resources (classic Titanium)\r\n* Storyboards are cached by the iOS Simulator, so the Simulator needs to be resetted (there's an option in the Menu of the iOS Simulator to erase contents and settings)\r\n* When using custom images, you should pass the hash of the image, because the asset-catalog in Titanium (currently) uses hashed image-identifiers by avoid naming-collisions\r\n* See the [iOS Launch Files|http://docs.appcelerator.com/platform/latest/#!/guide/iOS_Launch_Files] wiki for more infos\r\n\r\nI have quite a few storyboards running successfully, even more complex ones with split-screens, tabgroups and custom icons, so let me know if you have more issues.", "updateAuthor": { "name": "hknoechel", "key": "hansknoechel", "displayName": "Hans Knöchel", "active": true, "timeZone": "Europe/Berlin" }, "created": "2017-10-26T07:43:13.000+0000", "updated": "2017-10-26T07:43:13.000+0000" }, { "id": "429798", "author": { "name": "isener", "key": "isener", "displayName": "ILAY SENER", "active": true, "timeZone": "Australia/Sydney" }, "body": "Hi Hans,\r\n\r\nThanks for the feedback. \r\n\r\nYes, disabling \"< enable-launch-screen-storyboard>\" in tiapp.xml fixed the problem I was facing. However, there is no information in the documentation, http://docs.appcelerator.com/platform/latest/#!/guide/Icons_and_Splash_Screens, regarding this. \r\n\r\nI will raise a JIRA ticket to include info about storyboards and splay screens. \r\n", "updateAuthor": { "name": "isener", "key": "isener", "displayName": "ILAY SENER", "active": true, "timeZone": "Australia/Sydney" }, "created": "2017-10-30T02:39:03.000+0000", "updated": "2017-10-30T02:39:03.000+0000" }, { "id": "429810", "author": { "name": "hknoechel", "key": "hansknoechel", "displayName": "Hans Knöchel", "active": true, "timeZone": "Europe/Berlin" }, "body": "Again: This is no bug and the default behavior if no custom storyboard is set. The guide could receive love though :-)", "updateAuthor": { "name": "hknoechel", "key": "hansknoechel", "displayName": "Hans Knöchel", "active": true, "timeZone": "Europe/Berlin" }, "created": "2017-10-30T08:49:05.000+0000", "updated": "2017-10-30T08:49:05.000+0000" }, { "id": "440301", "author": { "name": "emerriman", "key": "emerriman", "displayName": "Eric Merriman ", "active": true, "timeZone": "America/Los_Angeles" }, "body": "Closing as \"not our bug\". If you disagree, please reopen.", "updateAuthor": { "name": "emerriman", "key": "emerriman", "displayName": "Eric Merriman ", "active": true, "timeZone": "America/Los_Angeles" }, "created": "2018-08-06T17:52:09.000+0000", "updated": "2018-08-06T17:52:09.000+0000" } ], "maxResults": 7, "total": 7, "startAt": 0 } } }