I must use ‘Pusher’ library for Android. I would like to receive push notifications during whole phone usage, not only during application usage. Since it’s a third party library I wonder where to put it’s callbacks.
Should it be long running Service, or there is a better solution?
Use Service with startForeground . App users may hate you.