0
我想發送一個JSON消息到kinvey後端,無論如何,自定義終結點邏輯正在退出並顯示錯誤消息。TBackendPush發送推送到Kinvey
我的代碼是
BackendPush1.GCM.Title := 'title';
BackendPush1.GCM.Message := '{ "message":"hi", "caption":"batman" }';
BackendPush1.Push;
當我把它 - 在後臺我收到一個「錯誤的請求」的錯誤。