{ "id": "174470", "key": "AC-6448", "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": "7", "description": "", "name": "Invalid" }, "resolutiondate": "2019-11-29T16:05:00.000+0000", "created": "2019-11-23T15:05:59.000+0000", "labels": [], "versions": [], "issuelinks": [], "assignee": { "name": "shossain", "key": "shossain", "displayName": "Shak Hossain", "active": false, "timeZone": "America/Los_Angeles" }, "updated": "2019-11-29T16:05:00.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": [ { "id": "14548", "name": "Titanium SDK & CLI", "description": "Please enter tickets related to the MobileSDK here." } ], "description": "Hello! Good afternoon!\r\n\r\nUntil shortly Apple would accept uploads generated by Ti SDK6.3 and Xcode 9 but those days are over...\r\nThe Ti.UDP module is used a lot in my projects but I cannot go to the newest SDK's.\r\nI have to make small maintenance releases for a few SDK 6.3 projects and this module is blocking...\r\n\r\nMaybe it is just a simple recompile action for iOS and Android?\r\nIf it needs testing with real life hardware please let me know.\r\n\r\nAdditionally would it be an idea to incorporate UDP for iOS and Android as it is already supported for Windows?\r\n\r\nThanks a lot!!\r\n", "attachment": [ { "id": "67159", "filename": "Schermafbeelding 2019-11-29 om 11.24.18.png", "author": { "name": "ray@raymondverbruggen.nl", "key": "ray@raymondverbruggen.nl", "displayName": "Raymond Verbruggen", "active": true, "timeZone": "Europe/Berlin" }, "created": "2019-11-29T10:32:41.000+0000", "size": 118675, "mimeType": "image/png" } ], "flagged": false, "summary": "Ti.UDP is not updated for Ti SDK 7/8 (iOS and Android)", "creator": { "name": "ray@raymondverbruggen.nl", "key": "ray@raymondverbruggen.nl", "displayName": "Raymond Verbruggen", "active": true, "timeZone": "Europe/Berlin" }, "subtasks": [], "reporter": { "name": "ray@raymondverbruggen.nl", "key": "ray@raymondverbruggen.nl", "displayName": "Raymond Verbruggen", "active": true, "timeZone": "Europe/Berlin" }, "environment": null, "comment": { "comments": [ { "id": "452944", "author": { "name": "morahman", "key": "morahman", "displayName": "Motiur Rahman", "active": true, "timeZone": "Asia/Dhaka" }, "body": "[~ray@raymondverbruggen.nl], Are you talking about this module? https://github.com/appcelerator-archive/ti.udp\r\n\r\nIf so you can rebuild this module with the latest SDK version then test. Here is the module development guide http://docs.appcelerator.com/platform/latest/#!/guide/Extending_Titanium_Mobile\r\n\r\nActually, this is our archive module and we don't have official support on it. If you need any further modification then you have to do it at your own risk. Open source code is available there.\r\n\r\nHope you got the point.", "updateAuthor": { "name": "morahman", "key": "morahman", "displayName": "Motiur Rahman", "active": true, "timeZone": "Asia/Dhaka" }, "created": "2019-11-28T16:56:43.000+0000", "updated": "2019-11-28T16:56:43.000+0000" }, { "id": "452949", "author": { "name": "ray@raymondverbruggen.nl", "key": "ray@raymondverbruggen.nl", "displayName": "Raymond Verbruggen", "active": true, "timeZone": "Europe/Berlin" }, "body": "Hello Motiur,\r\n\r\nYes sir I got the point :)\r\n\r\nThanks a lot; you saved my butt...\r\nHow easy! I was able to build both modules, need to test it in a real application.\r\n\r\nCould you update the Ti.UDP readme file with your comment above? That would help more people I think.\r\nIf my modules both work, maybe you could put a link in the readme to my repo to help others as well?\r\n\r\nI do not understand that Appc does not support it, moreover I think it would fit perfectly in the main lib besides the TCP thingy.\r\n\r\nThe iOS module build gave this error, and it does not put the built module in the \"modules\" folder; Android rebuild works fine.\r\n\r\n !Schermafbeelding 2019-11-29 om 11.24.18.png|thumbnail! ", "updateAuthor": { "name": "ray@raymondverbruggen.nl", "key": "ray@raymondverbruggen.nl", "displayName": "Raymond Verbruggen", "active": true, "timeZone": "Europe/Berlin" }, "created": "2019-11-29T10:32:52.000+0000", "updated": "2019-11-29T10:32:52.000+0000" }, { "id": "452950", "author": { "name": "morahman", "key": "morahman", "displayName": "Motiur Rahman", "active": true, "timeZone": "Asia/Dhaka" }, "body": "[~ray@raymondverbruggen.nl] Make sure you have changed the SDK path and version in \"titanium.xcconfig\" file. Also, change the version number and \"minsdk\" version in \"manifest\" file. Finally, build it\r\n\r\n- cd test/ios\r\n- appc run -p ios --build-only\r\n\r\nHere is our officially supported module list\r\n- https://github.com/appcelerator-modules\r\n\r\nHope this helps.", "updateAuthor": { "name": "morahman", "key": "morahman", "displayName": "Motiur Rahman", "active": true, "timeZone": "Asia/Dhaka" }, "created": "2019-11-29T13:20:21.000+0000", "updated": "2019-11-29T13:20:21.000+0000" }, { "id": "452952", "author": { "name": "ray@raymondverbruggen.nl", "key": "ray@raymondverbruggen.nl", "displayName": "Raymond Verbruggen", "active": true, "timeZone": "Europe/Berlin" }, "body": "@morahman, building worked fine from Studio. T\r\nhe command line for both ios and android generate a zip file beautifully.\r\nWhen you Package module from Studio (also described in the docs) the above error arises and the module is placed in the modules folder for android.\r\niOS doesn't do that, and gives the error window as well.\r\n\r\nThank you for the list!\r\nNices things in there :)\r\n", "updateAuthor": { "name": "ray@raymondverbruggen.nl", "key": "ray@raymondverbruggen.nl", "displayName": "Raymond Verbruggen", "active": true, "timeZone": "Europe/Berlin" }, "created": "2019-11-29T15:51:35.000+0000", "updated": "2019-11-29T15:51:35.000+0000" } ], "maxResults": 4, "total": 4, "startAt": 0 } } }