您好我正在为Android和IOS开发离子应用程序,但我面临推送通知的问题。我的通知状态如下
"data": [
{
"config": {
"query": {
"$and": [
{
"details.email": {
"$regex": "prit"
}
}
]
},
"notification": {
"title": "Test Push",
"payload": {},
"android": {
"title": "Test Push",
"priority": "high",
"message": "Get 150% off!cxzczxcxzc"
},
"ios": {
"title": "Test Push",
"priority": 10,
"message": "Get 150% off!cxzczxcxzc"
},
"message": "Get 150% off!cxzczxcxzc"
},
"profile": "dev"
},
"created": "2017-03-07T10:19:07.563387+00:00",
"status": "locked",
"uuid": "82a2a7be-b7ad-41c3-abca-d5243b040c76",
"state": "enqueued",
"app_id": "1e54f22e"
},
],
"meta": {
"version": "2.0.0-beta.0",
"status": 200,
"request_id": "d70268c5-3875-4e78-cef6-a17927b04917"
}
}
此处状态为入队("status": "locked"
)和"status": "locked"
,。
我不理解它的含义。由于这个原因,我无法收到任何推送通知。请让我知道如何解决这个问题。