Type Library Revision 2017.3060 Keywords udid, openudid Platforms iOS
This library provides access to the universal and persistent unique device identifier (UDID).
local openudid = require ( "plugin.openudid" ) |
To use this plugin, add an entry into the plugins
table of build.settings
. When added, the build server will integrate the plugin during the build phase.
settings = { plugins = { [ "plugin.openudid" ] = { publisherId = "com.coronalabs" }, }, } |