openudid.*

Type Library
Revision Release 2024.3703
Keywords udid, openudid
Platforms iOS

Overview

This library provides access to the universal and persistent unique device identifier (UDID).

Syntax

local openudid = require( "plugin.openudid" )

Functions

openudid.getValue()

openudid.setOptOut()

Project Settings

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"
        },
    },
}

Support