Skip to content

Latest commit

 

History

History
16 lines (14 loc) · 605 Bytes

README.md

File metadata and controls

16 lines (14 loc) · 605 Bytes

ObjC-PushNotificationTypes

Types of Push Notification in Objective-C

RTFFile: Push_Notification_steps

You can find the steps to creates required certificates for push notification.

phpFile: newspush

specify the $deviceToken in which you want to test the push notification.
specify the 'category' => "ACCEPT_ACTION"
More categories:
1) ACCEPT_ACTION
2) REJECT_ACTION
3) REPLY_ACTION
Create new type and add new category...

AppDelegate.m

Handle your push notification action event in handleActionWithIdentifier function.