FCM适用于Postman,但不适用于Android

时间:2017-01-14 23:33:55

标签: android json firebase firebase-cloud-messaging

我在Android和postman中发布这个JSON完全相同:

{
"notification":{
"title":"stackoverflow commmunity",
"body":"is awesome"
},
"to":"[mycode]"
}

我在android中定义我的头像:

urlConn.setRequestProperty("Content-Type", "application/json");
urlConn.setRequestProperty("Authorization", "key=[mykey]");

但我认为Android中的标题不起作用,我不知道为什么,因为在Postman中我得到了:

Tasks have been queued for a long time

链接到github repo: repo

0 个答案:

没有答案