rudderlabs / rudder-sdk-react-native

Repository for RudderStack's React Native SDK - to track your event data via RudderStack.
https://www.rudderstack.com
Other
17 stars 18 forks source link

Device Token Registration on lifecycle events #5

Closed twom closed 4 years ago

twom commented 4 years ago

Hi,

We started an implementation of the rudder react native sdk and we are looking for some advice on adding device token the the lifecycle events.

The documentation refers to iOS and Android native code: https://docs.rudderstack.com/destinations/customer.io However, it is unclear what the approach would be in the react-native sdk.

Any pointers or documentation updates would be appreciated. I will update this issue too if we figure it out ourselves :)

arnab-p commented 4 years ago

Hi @twom ,

We don't have support for adding the device token in our react-native SDK now. We are planning to add it. It'll be done in a couple of week.

twom commented 4 years ago

thank you @arnab-p ... for now we will use the customer.io API directly in our app to send the device token.