Swipe Buttons not coming for Remote notifications
问题 I am trying to put custom buttons in my IOS 8 application for the PUSH Notifications received in my chat app. Below is my code but the Push notifications are not showing the ship buttons. if([[UIApplication sharedApplication] respondsToSelector:@selector(isRegisteredForRemoteNotifications)]) { //Defining Ap Actions Categories UIMutableUserNotificationAction *replyAction = [[UIMutableUserNotificationAction alloc] init]; // Define an ID string to be passed back to your app when you handle the