Type Function Return value none Revision Release 2024.3703 Keywords HockeyApp, testing, distribution, init See also hockeyApp.*
Initializes the HockeyApp plugin with an app ID.
hockeyApp.init( appID )
String. An app ID gathered from the HockeyApp dashboard.
local hockeyApp = require( "plugin.hockey" ) -- Initialize plugin with app ID hockeyApp.init( "1a2b3c4d5e6f7g8h1a2b3c4d5e6f7g8h" )