Android 使用 Sinch 和 Parse 推送通知

Android Push Notifications Using Sinch and Parse

我正在此处查看 Android 的推送通知教程:https://www.sinch.com/tutorials/send-push-notifications-android-messaging-app-using-gcm/,我想知道如何应用相同的逻辑而不是使用提供的后端,而是使用解析后端。

   //url of where your backend is hosted, can't be local!
   HttpPost httppost = new HttpPost("http://your-domain.com?reg_id=" + regId);  

所以我想使用 Parse,但是我应该在 HttpPost 构造函数的参数中输入什么?

遵循解析教程 https://parse.com/tutorials/android-push-notifications 和 post 推送对,您检查过我们的 ManagedPush 了吗?它超级简单 https://www.sinch.com/learn/sinch-managed-push-calling-android/ 无需解析或您自己的后端