Quantcast
Channel: Ionic Forum - Latest topics
Viewing all articles
Browse latest Browse all 70769

Can't send push notification with onesignal for incorrect player_id error

$
0
0

@pdj wrote:

  var a=[];
      a.push("1fabf576-db77-4c9c-9920-ad3175023b345");

      a.push("892f712e-bca7-4842-abae-5a482ba8472f");
      let data={
            "app_id": "xxxx, 
     "include_player_ids": a,
     "headings":{"en":"aaaa"},
     "data": {"welcome": true, "name":"pdJung"},
     "contents": {"en": "vvvvvvv"}
        }

error says
“{“errors”:[“Incorrect player_id format in include_player_ids (not a valid UUID): 1fabf576-db77-4c9c-9920-ad3175023b345”]}”

What is funny is that

when I wrote explicitly ,

  let data={
            "app_id": "xxxxx", 
     "include_player_ids": ["a36949a1-3c89-4c62-8c91-d4e1cceb2c31","1fabf576-db77-4c9c-9920-ad3175023b34"],
     "headings":{"en":"aaaaa."},
     "data": {"welcome": true, "name":"pdJung"},
     "contents": {"en": "vvvvvvvvv."}
        }

what’s the difference??? I really don’t undersand why array list is not sent as I expected…

Posts: 1

Participants: 1

Read full topic


Viewing all articles
Browse latest Browse all 70769

Trending Articles