kenwen
kenwen

Reputation: 834

(IOS / Android) app to app push notifications (without using server)

I'm looking to build a set of apps that would utilise push notifications to other users in the vicinity.

had a look at urbanairship and xtify but am not sure if its possible to do app to app push notificitions without use of an intermediary server?

the push notifications would be preset with some local data pulled from the app itself

Any advice / suggestions appreciated

thx, Ken

Upvotes: 1

Views: 504

Answers (1)

Marvin Pinto
Marvin Pinto

Reputation: 30990

You can probably get this done with pubnub. You'll notice that your (Android or iOS) clients can be broadcasters (if you allow them) as well as receivers so it should do what you need. They also offer a generous (enough) free mode for you to get going.

Upvotes: 1

Related Questions