Skip to main content
Solved

Customers receiving multiple push messages


ocastx
Contributor I
Forum|alt.badge.img+2

Hey there,

 

we recently integration Klaviyo Swift SDK in our app and now run into the issue that customers are receiving our campaigns always twice. It seems like that the device token that we register was registered twice (once lowercase and once uppercase).

 

Is this something that can be prevented or is there any deduplication in place? 

 

Best answer by cdetdi

You need to figure out what is being doubled.  Is it the event which is sending twice or are your flows causing this.  There may be a duplicate flow or even a flow split which isn’t configured correctly.  This may not be a developer question but a CS question.
 

View original
Did this topic or the replies in the thread help you find an answer to your question?

2 replies

Forum|alt.badge.img+6
  • Problem Solver III
  • 38 replies
  • Answer
  • June 10, 2024

You need to figure out what is being doubled.  Is it the event which is sending twice or are your flows causing this.  There may be a duplicate flow or even a flow split which isn’t configured correctly.  This may not be a developer question but a CS question.
 


  • Contributor I
  • 1 reply
  • June 13, 2024

The same issue is happening to us. Any token registered before June 7th was registered how it was inputted (in our case it was uppercase). June 7th and forward all tokens are being mutated to lowercase. We’ve even tried scripting on our side to fix but all API calls mutate the token input to lowercase.

The issue exists on Klaviyo’s server. All token input is being mutated to lowercase. 

We’ve had to disable our notifications flow on our apps as this looks very sloppy. Hoping for a fix when sending out notification or de-duplicating tokens soon.