Post

Replies

Boosts

Views

Activity

Reply to URL Encoding doesn't work with iOS 17 which is working with iOS 16
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
Topic: App & System Services SubTopic: Core OS Tags:
Replies
Boosts
Views
Activity
Oct ’23