I have a feeling this might not be possible, but I am trying to build in a feature so that a user can ‘thumbs up’ someone for doing something. The goal is to notify the user receiving the thumbs up in real time.
I am using Pusher and the Local Notification Plugin, and it works great when the app is open, however I can’t seem to get it to work when the app is closed.
If I set the time for the local notification to be a minute later, and I close the app after getting a ‘thumbs up’ I then see the local notification, but I would like it if pusher can be listening when the app is closed.
Is this possible?
Thanks.