Type Library Revision Release 2024.3703 Keywords Apple, IAP, in-app purchases Platforms iOS, macOS, tvOS
This library allows you to support
For in-app purchasing on other platforms, see the documentation for Google IAP or Amazon IAP.
To use
Additional configuration must occur within iTunes Connect. If you need assistance with this process, please see Apple's documentation.
local store = require( "plugin.apple.iap" )
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.apple.iap"] = { publisherId = "com.coronalabs" }, }, }