GoCarrot / teak-android

Carrot SDK for Android
Apache License 2.0
0 stars 0 forks source link

Move LaunchDataSource.isProcessed to Session #107

Closed AlexSc closed 1 year ago

AlexSc commented 1 year ago

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.