analytics_flutter icon indicating copy to clipboard operation
analytics_flutter copied to clipboard

How to update device token after analytics is initialized?

Open ggirotto opened this issue 5 months ago • 1 comments

In this PR https://github.com/segmentio/analytics_flutter/pull/73 it seems that you guys added a new property to Configuration class which is token, but what happens if the device token is only acquired after the analytics was already initialized? Should we create a new instance of the analytics to replace the old now or use the solution proposed on this issue https://github.com/segmentio/analytics_flutter/issues/29?

ggirotto avatar Sep 12 '24 13:09 ggirotto