subscribe \ update subscriptions for tags by device\ userid in WL 7.1

77 views Asked by At

We try to update "tags" for push notifications for any user\ device, the only functions that we found is subscribe\ unsubscribe with alias or tags. but if i need to update tags for some user how is the best way to do it? user can be subscribed to lots of tags - this is the requirement (don't think that WL had problem with it)

tnx for your help, sahar

1

There are 1 answers

2
TyLy On

There is no API that allows you to manually 'update' the tag subscription. You will have to call subscribeTag to add more tags to a specific device or unsubscribeTag to unsubscribe the device from the specific tag. Tag subscriptions are tie to device registration, not user based.