使用Sinch和Parse的Android推送通知

时间:2015-07-04 20:45:36

标签: java android parse-platform sinch

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

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

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

1 个答案:

答案 0 :(得分:0)

按照解析教程https://parse.com/tutorials/android-push-notifications发布推送文件,你检查过我们的ManagedPush吗?它超级简单 https://www.sinch.com/learn/sinch-managed-push-calling-android/无需解析或您自己的后端