Allows tokens to be registered and deleted through REST interface (requires Services module)
Provides interface for mass push notification to all users with a registered token
Limit delivery of mass push notification to specific language
Limit token registration to enabled languages on site
API functions to send push notifications to a device
Integrations
Integration with the Rules module. Added 2 actions to send messages to an individual user or all users, as well as several events that react to tokens being inserted, deleted, and push notifications sent.
Integration with the Views module. Expose token data in Views and created a default admin view that lists all tokens
Integration for PrivateMSG module: Messages sent through the PrivateMSG module will be delivered via a push notification to all recipients with a valid device token
The Push Notifications module provides the feature set to send out push notifications to iOS (iPhone/iPad) and Android devices using Apple's Push Notification Service (APNS) as well as Google Cloud Messaging (GCM) and the Android Cloud to Device Messaging framework (C2DM). This module does not rely on any external services and allows site owners to send out push notifications to any mobile device for free.