Sync SDK specific issue: On Android and IOS we will need to configure data queue to not remove data on authentication issues. When redirect happens we need to make sure that request is reattempted so data is no longer lost. Normally elements are dropped from request queue on error - we need to differentiate between auth errors and keep/retry them when token is back (low level SDK change) |