Skip to content
This repository has been archived by the owner on Apr 27, 2021. It is now read-only.

'CFURLCreateStringByAddingPercentEscapes' is deprecated #6

Open
kagurazakayashi opened this issue Mar 13, 2016 · 2 comments
Open

'CFURLCreateStringByAddingPercentEscapes' is deprecated #6

kagurazakayashi opened this issue Mar 13, 2016 · 2 comments

Comments

@kagurazakayashi
Copy link

'CFURLCreateStringByAddingPercentEscapes' is deprecated: first deprecated in iOS 9.0 - Use [NSString stringByAddingPercentEncodingWithAllowedCharacters:] instead, which always uses the recommended UTF-8 encoding, and which encodes for a specific URL component or subcomponent (since each URL component or subcomponent has different rules for what characters are valid).

@turfbuccaneer
Copy link

ooohk so how do we fix it

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants
@kagurazakayashi @turfbuccaneer and others