Interactive notifications (When the screen is locked) All Action.
Interactive notifications (When the screen is locked) All Action. STEP:-1 We have to do code only AppDelegate.m file NSString * const OkButton = @"RegularButtonOKAction" ; NSString * const cancelButton = @"RegularButtonCancelAction" ; NSString * const textInput = @"TextInputOkAction" ; NSString * const textInputCancel = @"TextInputCancelAction" ; NSString * const categryIdent = @"categryIdent" ; NSString * const textcategryIdent = @"textcategryIdent" ; - ( BOOL )application:( UIApplication *)application didFinishLaunchingWithOptions:( NSDictionary *)launchOptions { // Override point for customization after application launch. [ self registerForNotification ]; return YES ; } - ( void )application:( UIApplication *)application handleActionWithIdentifier:( nu...