This repository has been archived by the owner on May 24, 2023. It is now read-only.
This release fixes a bug that could lead to applications crashing when requesting product reviews for products which no longer have any such reviews due to deletion. The backend returned incomplete data that didn't adhere to the specification and the SDK was not prepared to handle this properly. It now invokes the associated error block with the correct error (TRSErrorDomainInvalidData
).