Is it possible to trigger an event when a user clicks a local notification in iOS?
I am letting the user know that it is their turn in a turn-based game, using a LocalNotification with NotificationServices. I want the user to be able to click on the notification, and have the game load the latest turn information.
I am letting the user know that it is their turn in a turn-based game, using a LocalNotification with NotificationServices. I want the user to be able to click on the notification, and have the game load the latest turn information.