Closed imran-muhammad closed 3 years ago
Thanks for reporting this issue. We've opened an internal ticket to further investigate.
Has there been any updates on this? I can confirm I also get the issue on SDK 8.0.
Has there been any updates on this? I can confirm I also get the issue on SDK 8.0.
I have not seen any updates yet.
I've also encountered this issue while using SDK 8.1.0. I found an workaround, there's a property userId and somehow if you set that property, the second call it will point to failure instead of success.
This issue has been resolved in the latest version 8.1.1.
Duplicate reviews being submitted and success closure on submitting a review is executing twice (failure closure only executes once). We noticed this issue after updating to SDK version 8+.
Installation: Carthage
Code:
func submitReview(review: HLReview, onSuccess: @escaping () -> Void, onFailure: @escaping (String) -> Void) {