We have following code to add tags in urbanairship for portal user. But I am not getting any tags. Can anybody please suggest me if I am doing wrongly. I want to add tags for registered user.
Project.iOS(Native)
Code to register identifier
UAirship.NamedUser.Identifier = "ssccr-cr529-dv689-1558e-6265d";
UAirship.NamedUser.ForceUpdate();
Project(Portalable)
Add Tags
Airship.Instance.EditDeviceTags().AddTags(tags).Apply();
Remove Tags
Airship.Instance.EditDeviceTags().RemoveTags(tags).Apply();
Comments
1 comment