dharmendra vaishnav
dharmendra vaishnav

Reputation: 2121

Implementation of pusher for android app

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

Answers (1)

BeingMIAkashs
BeingMIAkashs

Reputation: 1385

You can use pusher from the background service. Just make a connection from the android background service.

Upvotes: 1

Related Questions