notifications.*

Type Library
Revision 2017.3060
Keywords notification, notifications
Platforms Android, iOS

Overview

Gives access to local and push notifications.

Syntax

local notifications = require( "plugin.notifications" )

Functions

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.notifications"] =
        {
            publisherId = "com.coronalabs"
        },
    },      
}

Enterprise

If you're using Corona Enterprise for iOS, then you'll need to add a reference to the CoronaFacebookDelegate in your Info.plist. Do this like so: