constant PUSH_NOTIFICATIONS_APNS_FEEDBACK_HOST in Push Notifications 7
Same name and namespace in other branches
- 8 push_notifications.module \PUSH_NOTIFICATIONS_APNS_FEEDBACK_HOST
1 use of PUSH_NOTIFICATIONS_APNS_FEEDBACK_HOST
- push_notifications_apns_feedback_service in ./
push_notifications.module - Connect to Apple's feedback server to remove unused device tokens. Connection modeled after daddyhunt_apns_send_notifications function.
File
- ./
push_notifications.module, line 25 - Push Notifications functionality.
Code
define('PUSH_NOTIFICATIONS_APNS_FEEDBACK_HOST', variable_get('push_notifications_apns_feedback_host', 'feedback.push.apple.com'));