v82.2.0 (2021-08-19)
Push
What's changed
- The push component will now attempt to auto-recover from the server losing its UAID (#4347)
- The push component will return a new kotlin Error
UAIDNotRecognizedError
in cases where auto-recovering isn't possible (when subscribing) - Two other new errors were defined that were used to be reported under a generic error:
JSONDeserializeError
for errors in deserializationRequestError
for errors in sending a network request
- The push component will return a new kotlin Error
Nimbus
What's changed
- Nimbus on iOS will now post a notification when it's done fetching experiments, to match what it does when applying experiments. (#4378)