Let's assume a scenario in which there is a chat app and I opened it and then pressed home button. Now app is running in background but not killed. Can i receive notification badges or pop ups for any upcoming messages? For e.g: If there is a new message and my app produces some sound or badge if it's not killed and running in background.
I am asking this question as i am in doubt. I have found online that app can run in background only for few enumerated list of tasks predefined by Apple, not in all cases like android.
Please tell me whether i can get notified about new messages in this case or not. (without server, push notifications use). More clearly what i want is to have local notifications once app is in the above mentioned scenario. Kindly tell me if it's possible.
Thanks in advance.