1

我在这里查看适用于 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 构造函数的参数中添加什么?

4

1 回答 1

0

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

于 2015-07-06T14:18:28.310 回答