Post

Replies

Boosts

Views

Activity

Reply to URL Encoding doesn't work with iOS 17 which is working with iOS 16
I am facing the same issue while encoding he email like this let customAllowedSet = NSCharacterSet(charactersIn: "=\"#%/<>?@\\^`{|}+").inverted email.addingPercentEncoding(withAllowedCharacters: customAllowedSet) when I try example@something.com it returns this way iOS 17: example%2540something.com iOS 16: example%40something.com Any quick solutions for this issue?
Topic: App & System Services SubTopic: Core OS Tags:
Sep ’23