Duplicated Subscriptions in Push Android/iOS applications | Community
Skip to main content
CampaignerForLife
New Participant
November 29, 2024
Solved

Duplicated Subscriptions in Push Android/iOS applications

  • November 29, 2024
  • 2 replies
  • 728 views

Hello, i'm having a concept question,

 

My acc instance is having duplicated subscriptions of the same recipient, IE, same userKey, different registration token.

 

Which one is the correct registration token? How should I treat this situation? Why is this happening at all?

 

thank you in advance!

This post is no longer active and is closed to new replies. Need help? Start a new post to ask your question.
Best answer by ParthaSarathy

Hi @campaignerforlife ,

You need to consider latest Registration date (@registrationDate)

2 replies

_Manoj_Kumar_
New Participant
December 2, 2024

Hello @campaignerforlife 

 

AC does not update the opt-out status. So it can have multiple token for the same customers.

This situation arises when a user operates multiple devices.

The approach depends entirely on the use case, do you want to target the customer or the device?

For instance, banking and ride-sharing apps typically send push notifications to the customer, ensuring that all associated devices receive the notification.

However, targeting a specific device can present challenges. For example, what if push notifications are disabled on the most recently registered device?

 

 

     Manoj     Find me on LinkedIn
ParthaSarathy
ParthaSarathyAccepted solution
New Participant
November 29, 2024

Hi @campaignerforlife ,

You need to consider latest Registration date (@registrationDate)

 ~  ParthaSarathy S~  Click here to join ADOBE CAMPAIGN USER GROUP for Quarterly In-person | Hybrid | Virtual Meetups
CampaignerForLife
New Participant
December 17, 2024

Thanks @_manoj_kumar_ @parthasarathy  for the answers, both helped me!