In mobile games, push notification service provides an important method to increase the retention of game users. More...
#import <HIVEPush.h>
Inherits NSObject.
Class Methods | |
(void) | + getRemotePush: |
Request the status of receiving push notification. More... | |
(void) | + setRemotePush:handler: |
Set the status of receiving push notification. More... | |
(void) | + registerLocalPush:handler: |
Register Local push notification. More... | |
(void) | + unregisterLocalPush: |
Unregister Local push notification. More... | |
(void) | + setForegroundPush:handler: |
Set the value whether to enable push notification or not on the activated app. More... | |
(void) | + getForegroundPush: |
Get the value whether to enable push notification or not on the activated app. More... | |
In mobile games, push notification service provides an important method to increase the retention of game users.
HIVE Push supports push notification for marketing to increase the user retention of mobile games.
HIVE Push also responds to Google's GCM, Apple's APNS, Amazon's ADM, Jpush in China with language-specific time zones to support global services.