Reputation: 2121
I am beginner to pusher . I want to integrate pusher in android app , eventually i have done this. But i want to make connection of my app with pusher alive when android app is in inactive state.
Is this possible to make connection when application is not running.
and one more question associated with above is:
Can we use pusher for the purpose of push notification in android when my server is on salesforce .
Upvotes: 0
Views: 595
Reputation: 1385
You can use pusher from the background service. Just make a connection from the android background service.
Upvotes: 1