What's a Java alternative to Google App Engine for developing iPhone Push Notification services?

后端 未结 5 609
轻奢々
轻奢々 2021-02-11 00:10

I\'m a Java programmer who is working on an iPhone application. I\'d like it to use Push Notification services.

I originally thought I could use Google App Engine to pr

相关标签:
5条回答
  • 2021-02-11 00:27

    Urban Airship provide RESTful web services for sending iPhone push notifications. This cookbook example shows how to use it from GAE using Python; I assume this can be done in Java also.

    0 讨论(0)
  • 2021-02-11 00:29

    You can do it yourself with an Amazon EC2 cluster. They have a nice Eclipse plugin for easily spawning Tomcat instances and remote debugging Java applications.

    0 讨论(0)
  • 2021-02-11 00:33

    Like Justin said (thanks random evangelist), AppNotify is launching nearer to the end of this month. We're just finishing up a few admin screens and doing some final tests. The pricing will be better structured than Urban Airship, and with a much better interface.

    If you want something in particular or more info, send me an email personally at adam.m@selectstartstudios.com

    We're using it to develop our own products, but if we've missed a corner case I'd like to know about it.

    Good luck

    0 讨论(0)
  • 2021-02-11 00:34

    Though as yet it's vaporware, keep an eye on App Notify as well. Urban Airship looks pretty cool, but doing the math in my head, I'd end up paying them hundreds of dollars a month for an app that I'd have a hard time selling for more than $0.99.

    0 讨论(0)
  • 2021-02-11 00:48

    You can also check and follow these guys. It seems they are working on different stuff onto APNS integration. check out ns4app

    Edit : They are changed their names and products ? forget my previous link. Check out MonoPush Project

    0 讨论(0)
提交回复
热议问题