Friday, 12 October 2018

In iOS, is it possible to open notifications directly in customized mode?

iOS provides for custom push notifications in mobile devices, however they are implemented by first opening a default notification, if the user taps it, then an event is sent to open the custom notification.

In the example below, the left one is the default notification, the right one is the custom one displayed after tapping the default.

example of default vs. custom iOS notifications

I'm wondering if there is a way to open the custom notification directly with no user interaction?



from In iOS, is it possible to open notifications directly in customized mode?

No comments:

Post a Comment