[TIMOB-7622] MobileWeb: Ti/_/verify implementation
GitHub Issue | n/a |
---|---|
Type | Bug |
Priority | Low |
Status | Closed |
Resolution | Won't Fix |
Resolution Date | 2017-06-26T18:41:12.000+0000 |
Affected Version/s | Release 2.0.0 |
Fix Version/s | n/a |
Components | MobileWeb |
Labels | n/a |
Reporter | Chris Barber |
Assignee | Chris Barber |
Created | 2012-02-10T16:55:32.000+0000 |
Updated | 2018-04-04T23:20:33.000+0000 |
Description
We need the "verify" module that will send Ti+ module guid info to https://api.appcelerator.net/p/v1/module-verify.
Sample post body looks like this:
{
"deploytype": "development",
"guid": "667ea9ab-0f6a-46e7-b66d-346662f4ec97",
"appid": "com.test.test1",
"platform": "mobileweb",
"modules": [
{
"id": "com.test.module1",
"guid": "23d30f94-feb6-4a04-b440-dc111e9e6e8b",
"author": "Module Developer <module@developer.com>",
"description": "Test Module 1",
"name": "test1",
"copyright": "Copyright (c) 2012 by Module Developer",
"license": "Apache",
"version": "1.0"
}
],
"version": "1.0",
"name": "Test 1",
"success": true,
"code": 0,
"reason": "good to go"
}
The Mobile Web boot process MUST verify all modules BEFORE loading app.js.
Marking ticket as "Won't Fix" as MobileWeb has been deprecated.
Closing as will not fix.