For the complete documentation index, see llms.txt. This page is also available as Markdown.

Why no new auth event when Apple Health reconnects?

This is expected behaviour.

This is expected behaviour. When you call initConnection for a mobile-native source like Apple Health, an auth event is only produced if the device was not previously authenticated.

If it was already authenticated, the call is a no-op and the device keeps its original Terra user_id, which is why you see data payloads but no new auth event on reconnect.

Last updated

Was this helpful?