This aligns with what the iOS SDK does, and prevents potential issues of reprocessing a launch data source should it be updated within a session. Which "shouldn't happen", but did happen when the server sent down a deep_link in the response to an identify user request that was updating data but not starting a new session.
This aligns with what the iOS SDK does, and prevents potential issues of reprocessing a launch data source should it be updated within a session. Which "shouldn't happen", but did happen when the server sent down a
deep_link
in the response to an identify user request that was updating data but not starting a new session.