Closed timanrebel closed 9 years ago
I think adding a notice to the README
is enough, especially since we do not make any identify calls automatically on iOS.
I forgot about iOS, that is the 3rd reason :)
It seems you don't have to call identify
at all if you do not wat to assign your own ID (which you probably should do with alias
anyway). https://mixpanel.com/help/reference/android#identify
We currently call identify
with the distinctId
, which does not seem necessary. I'll remove the call, update the README and do a PR.
On Android we always call
identify
oninitWithToken
. This should not be done, because of at least two reasons:identify
identify
However, removing it will break current implementations of the module. We can either notify developers via the readme or add a config parameter to
initWithToken
?