0

I am new to Android Development

I have an app where people sell stuff and others buy it..

I want to notify buyers when someone put a new item for sale.

for that I used PushBots notifications, but the only way I can send notifications to users are by writing them on PushBots.com and send it there

Is there any way I can send notifications automatically whenever items are available for sale?

Thanks

Marcin Orlowski
  • 72,056
  • 11
  • 123
  • 141
Ken
  • 295
  • 1
  • 6
  • 18

2 Answers2

0

You can use Pushbots REST API detailed here.

I used their PHP Library.

B.Y
  • 321
  • 1
  • 4
  • 14
0

I used Pushbots REST API here https://pushbots.com/developer/docs/nodejs

And later used the nodemon module for nodejs to watch if a file changes and send the push the notification.

Beginner_B
  • 75
  • 2
  • 8