I am using React Native SDK of Airship and have been using following code to add tag to taggroup:

UrbanAirship.editChannelTagGroups()
.addTags('Test_tag_group', ['Promotions'])
.addTags('Test_tag_group', ['Rewards'])
.addTags('Test_tag_group', ['Activity'])
.apply();
 
However, when i create segment on AirShip Dashboard, I am able to look for tag-group, but I am not able to find tags I have added to the tag group with above code snippet.
Can you please confirm what is missing here or is incorrect?

Didn't find what you were looking for?

New post

Comments

1 comment

Please sign in to leave a comment.