类型 库 修订 发行版 2024.3703 关键字 udid、openudid 平台 iOS
此库允许访问通用且持续的唯一设备标识符 (UDID)。
local openudid = require( "plugin.openudid" )
要使用此插件,请在程序集的“build.settings”文件的“plugins”表中添加一项。添加后,构建服务器将在构建阶段集成此插件。
settings = { plugins = { ["plugin.openudid"] = { publisherId = "com.coronalabs" }, }, }