sumeruchat
sumeruchat
Hi @pedrotrabulo-hw . Thanks for logging this isssue. This is being addressed in https://github.com/Iterable/iterable-android-sdk/pull/884
@davidtruong It would happen a /a url in particular that would follow the redirect but if iOS returned an error of any kind it wouldnt use the redirect url
@davidtruong So basically I was thinking that passing nil to the completionHandler in willPerformHTTPRedirection might return a cancelled error or its also possible that the request times out due to...
@davidtruong Another bug we fixed is that if we dont call the completionHandler at all before return in the guard condition it might hang and not complete the request at...
# Pull Request Review Comment ## Please Consider Refactoring to Option 1 from the Ticket The current fix works, but I strongly recommend simplifying to the Option 1 approach that...
No testing has been done just one pass by background agent. But if you like the direction I can finalize this PR? @Ayyanchira