Ahmed Hashem
Ahmed Hashem

Reputation: 4733

How to keep Cordova app in background (iOS, Android, WP, BlackBerry)?

I'm working on a simple Cordova app that get news feed from specific website that users can view these news through the app.

The question is, How can I implement the following scenario: when any new feeds posted in the website, I want to notify the mobile devices that a new feed is here while the app is not in foreground or even closed.

Note: I'm not a native mobile apps developer.

Upvotes: 1

Views: 188

Answers (1)

Marcin Mikołajczyk
Marcin Mikołajczyk

Reputation: 731

you should learn about push notifications

Upvotes: 1

Related Questions