Titanium JIRA Archive
Titanium SDK/CLI (TIMOB)

[TIMOB-7622] MobileWeb: Ti/_/verify implementation

GitHub Issuen/a
TypeBug
PriorityLow
StatusClosed
ResolutionWon't Fix
Resolution Date2017-06-26T18:41:12.000+0000
Affected Version/sRelease 2.0.0
Fix Version/sn/a
ComponentsMobileWeb
Labelsn/a
ReporterChris Barber
AssigneeChris Barber
Created2012-02-10T16:55:32.000+0000
Updated2018-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.

Comments

  1. Lee Morris 2017-06-26

    Marking ticket as "Won't Fix" as MobileWeb has been deprecated.
  2. Eric Merriman 2018-04-04

    Closing as will not fix.

JSON Source