Skip to content

CFURLCreateStringByAddingPercentEscapes is deprecated – warning suppressed #141

@appsunited

Description

@appsunited

Due the fact that CFURLCreateStringByAddingPercentEscapes is deprecated since iOS 9.0 the method [NSString stringByAddingPercentEncodingWithAllowedCharacters:] should be used instead.

Also we are not sure whether it's a good idea to suppress the warning via:

pragma clang diagnostic ignored "-Wdeprecated-declarations"

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions