I am trying to add an alias to a user.
On the Airship website, these channel ID lookups still have Alias as null.
I have tried with and without forceUpdate();
I am also setting tags and the tags are working.
airship.getNamedUser().setId(username);
airship.getNamedUser().forceUpdate();
Comments
1 comment