我们正在尝试使用 Google 的 GCM(Google Cloud Messaging)将有关 salesfoece 中生成的任何事件(如创建帐户)的通知发送到 Android 应用程序。这是有关 GCM 的链接,
http://developer.android.com/guide/google/gcm/gs.html#android-app
我正在使用 Eclipse 创建 Android 应用程序,我的 GCM 服务器给了我 SenderID 和 API 密钥。
但问题是,我如何使用 Salesforce 作为我的 3rd 方应用程序,从那里生成通知。