Androidにサーバープッシュ用の組み込みメカニズムはありますか?
私が達成したいのは、サーバー要求に基づいてアプリケーションを起動することです(SMSを使用せず、データ接続のみ)。
これは、サービスを常に実行していなくても可能ですか?
ありがとうFlaviu
There are a couple of 3rd party SDK's which do this, Xtify is the one that always comes up.
They have a SDK which you bundle with you app that you can use via a web service to send 'intents' to your app. The SDK handles the background process and such.
It's free to use up to certain amount of notifications which I can't currently recall.
As for SMS which you mention in your follow up question, WAP PUSH/SMS/MMS all are going to cost you $$$ and have limited applications. PUSH does allow you to specify application handlers via the WAPHeader in my experience it's flaky due to different implementations.
現時点では、このためのフレームワークには何も組み込まれていません。申し訳ありません。