TBackendPush将Push发送给Kinvey

时间:2014-06-06 13:12:37

标签: delphi delphi-xe6 kinvey

我正在尝试向kinvey后端发送JSON消息,无论如何,自定义端点逻辑正在退出并显示错误消息。

我的代码是

BackendPush1.GCM.Title   := 'title';

BackendPush1.GCM.Message := '{ "message":"hi", "caption":"batman" }';

BackendPush1.Push;

当我发送它时 - 在后端我收到了一个"错误请求"错误。

1 个答案:

答案 0 :(得分:0)

这种情况下的消息应该是一个简单的字符串。不是JSON。