I have an application, and now only one user can logged in, and got push notifications. I would like to allow in the application that more than one user can logged in the same time, and send to them push notifications.
My problem is that I dont know which user got the push notification, and i cant load the user specific view in my application. What is the best practice to handle this problem on iOS?