我开发了一个多屏幕的应用程序。
在其中一个屏幕上,用户正在接收实时消息。如果他不在这个屏幕上,他将不会收到消息,并可能错过许多重要的消息。
我正在使用一个信号来通知。
是否有一个单信号api返回应用程序的屏幕消息或不与消息一起发送通知?
发布于 2021-08-19 08:14:54
https://onesignal.com/api/v1/players/PLAYER_ID?app_id=APP_ID
{
"id":"b186912c-cf25-4688-8218-06cb13e09a4f",
"identifier":"ce777617da7f548fe7a9ab6febb56cf39fba6d382000c0395666288d961ee56 6",
"session_count":1,
"language":"en",
"timezone":-28800,
"game_version":"1.0",
"device_os":"13.6.1",
"device_type":0,
"device_model":"iPhone12,1",
"ad_id":null,
"tags":{"a":"1","foo":"bar"},
"last_active":1598826147,
"amount_spent":0.0,
"created_at":1395096859,
"invalid_identifier":false,
"badge_count": 0,
"sdk":"021502",
"test_type": null,
"ip": "2601:647:4b04:690:216a:4637:f37c:53ab",
"external_user_id": null
}https://stackoverflow.com/questions/68835697
复制相似问题