How to Handle Action Buttons in Push Notifications
Working on Apple Watch Notifications:- so if i add button in Notification Interface (from object Lib) then the error is : Buttons are not Supported in Notification Interface PushNotificationPayload.apns has the WatchKit Simulator Actions Like This : "WatchKit Simulator Actions": [ { "title": "View", "identifier": "firstButtonAction" } ], and the Simulator Shows this to me Now my Question is, How can I Handle this View Button when send a PushNotification from server, If the aps file contain the action button is the only option for Apple Watch, How to send it from server in Notification