I have an application with ability to receive Push Notifications.
When the application is in background mode push notification shows well, but if the application is in foreground mode I want to show my custom view
with information from userInfo
.
How can I notify any viewController
from my appDelegate didReceiveRemoteNotification
to show this custom view and send userInfo
dictionary there?
Can someone help me with my problem?