globocom / react-native-ua

React Native module for Urban Airship
MIT License
37 stars 33 forks source link

Add Tag Response #38

Closed cvongrim closed 7 years ago

cvongrim commented 7 years ago

Any plans to return response so you can notify the user if they were successfully say added to a tagged group?

cvongrim commented 7 years ago

I started looking into a solution and found out that Urban Airship SDKs will automatically handle the retry internally if the tag operation fails to complete. So we really don't need to worry about it.

evandroeisinger commented 7 years ago

Yes! This why we initially didn't add response to addTag and others methods. The react-native-ua is just a bridge to the SDKs ;) Thanks for add the explanation into the issue!