{ "id": "168550", "key": "AC-5049", "fields": { "issuetype": { "id": "1", "description": "A problem which impairs or prevents the functions of the product.", "name": "Bug", "subtask": false }, "project": { "id": "12217", "key": "AC", "name": "Appcelerator - INBOX", "projectCategory": { "id": "10000", "description": "", "name": "Customer Service" } }, "resolution": { "id": "8", "description": "", "name": "Needs more info" }, "resolutiondate": "2017-07-03T21:59:15.000+0000", "created": "2017-06-21T21:39:23.000+0000", "labels": [], "versions": [], "issuelinks": [], "assignee": { "name": "shossain", "key": "shossain", "displayName": "Shak Hossain", "active": false, "timeZone": "America/Los_Angeles" }, "updated": "2017-07-03T21:59:15.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": "h3. Steps to Reproduce\r\n\r\n{code:js}\r\nvar searchableIndex = Ti.App.iOS.createSearchableIndex(); \r\n\r\nif (searchableIndex.isSupported()) {\r\n Ti.App.iOS.addEventListener('continueactivity', onContinueactivity);\r\n}\r\n\r\nfunction onContinueactivity(e) {\r\n var modelId;\r\n Titanium.API.info('Ti.App.iOS:continueactivity' + e.activityType);\r\n \r\n // A Spotlight search result was opened\r\n if (e.activityType === 'com.apple.corespotlightitem') {\r\n //opens specific screen \r\n modelId = e.searchableItemActivityIdentifier;\r\n }\r\n}\r\n{code}\r\n\r\n\r\nh3. Actual Result\r\nIn the iOS Simulator it works but on my iPhone 6s Plus running iOS 10.3.2 it just opens the app and doesn't go to the specific screen results.\r\n\r\nh3. Expected Result\r\nShould open the app and open the correct data on the screen.", "attachment": [ { "id": "62719", "filename": ".log", "author": { "name": "amarkj", "key": "amarkj", "displayName": "AndrewJ", "active": true, "timeZone": "America/Los_Angeles" }, "created": "2017-06-21T21:39:24.000+0000", "size": 1074977, "mimeType": "text/plain" }, { "id": "62720", "filename": "diagnostic7502056096903977215.log", "author": { "name": "amarkj", "key": "amarkj", "displayName": "AndrewJ", "active": true, "timeZone": "America/Los_Angeles" }, "created": "2017-06-21T21:39:36.000+0000", "size": 351325, "mimeType": "text/plain" } ], "flagged": false, "summary": "iOS: continueactivity event not being fired when user taps Core Spotlight search item ", "creator": { "name": "amarkj", "key": "amarkj", "displayName": "AndrewJ", "active": true, "timeZone": "America/Los_Angeles" }, "subtasks": [], "reporter": { "name": "amarkj", "key": "amarkj", "displayName": "AndrewJ", "active": true, "timeZone": "America/Los_Angeles" }, "environment": "Appcelerator Studio 4.9.0", "comment": { "comments": [ { "id": "422949", "author": { "name": "sdarda", "key": "sdarda", "displayName": "Sharif AbuDarda", "active": false, "timeZone": "Asia/Dhaka" }, "body": "Hello, Please share a full reproducible code for us to test. Also, provide your test environment details. ", "updateAuthor": { "name": "sdarda", "key": "sdarda", "displayName": "Sharif AbuDarda", "active": false, "timeZone": "Asia/Dhaka" }, "created": "2017-06-27T16:33:00.000+0000", "updated": "2017-06-27T16:33:00.000+0000" } ], "maxResults": 2, "total": 2, "startAt": 0 } } }