techcoderx
techcoderx

Reputation: 602

How to detect when a user does not tap into a notification? (Xcode 8, iOS 10)

I'm working with local notifications again and with the new UserNotifications framework, and I just want to ask is there a way to detect when the user does NOT tap into a notification?

Upvotes: 0

Views: 134

Answers (1)

Bryan
Bryan

Reputation: 1375

At the moment, this is not something available in the UserNotifications framework.

Upvotes: 1

Related Questions