You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi,
I have multiple View Controllers in my project, now I want to integrate signalR in my project to receive events and on basis of a particular event I need to call function of a particular view controller so now my doubt is that in which view controller should I place the code for signalR so that I can receive all the events I want and take appropriate action on basis of event.
The text was updated successfully, but these errors were encountered:
Hi @krishnameena
I think you can prefer appDelegate. But i have a question for you. Were you able to perform send and receive messages when the app is in background
Thanks for the information. No I'm not able to perform send and receive messages when app is in background and this is the biggest challenge I'm facing right now because I don't want to go for push notifications.
Please let me know if you can suggest me some solution for the same.
Hi,
I have multiple View Controllers in my project, now I want to integrate signalR in my project to receive events and on basis of a particular event I need to call function of a particular view controller so now my doubt is that in which view controller should I place the code for signalR so that I can receive all the events I want and take appropriate action on basis of event.
The text was updated successfully, but these errors were encountered: