Hi , this is happening for us as well , I have to use a hacky quick fix to revert the percentage encoding back , any better solution ?
encoded = [[[NSURL URLWithString:encoded] absoluteString] stringByReplacingOccurrencesOfString:@"%25" withString:@"%"]; //if ios 17