Hi team,
we have a native application installed in our clover station which keep listening for our new online orders and when a new order comes it send a print job to print order.
We are using a foreground service to perform this listening process for new orders.
Now the problem is that after one or two days our foreground service get killed and after that our app won’t print any order and even we are not getting notified if our service is killed.
Please suggest us any solution to avoid our service being get killed?
or if we can avoid using foreground service and rely on some listeners of clover instead of this?