Help coderanch get a
new server
by contributing to the fundraiser
  • Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Ron McLeod
  • Paul Clapham
  • Devaka Cooray
  • Liutauras Vilda
Sheriffs:
  • Jeanne Boyarsky
  • paul wheaton
  • Henry Wong
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Tim Moores
  • Carey Brown
  • Mikalai Zaikin
Bartenders:
  • Lou Hamers
  • Piet Souris
  • Frits Walraven

Easy native mobile push notifications API

 
Greenhorn
Posts: 2
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hello.

I think every smartphone user knows what is push notification. It's very useful tool for user-engagement and productivity.
But use custom push notifications you need
1) mobile device client (app)
2) mobile backend

Jeapie - is a product that solves this problem.
It's a ready-to-use mobile app (Android, iOS soon) and a web-service that translates HTTP request to PUSH notification.

Raw example (shell):


And we published a class for implementing in custom projects.
Example of usage:



And that's all, message received immediately


Class GitHub page
Project page
 
Alexander Jeapie
Greenhorn
Posts: 2
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Update 06.06.2013
Jeapie Iphone app is ready!
 
reply
    Bookmark Topic Watch Topic
  • New Topic