Skip to content

iOS 9 compatibility issues #42

@neil-oliver

Description

@neil-oliver

The following warnings show up when trying to use the SDK with iOS 9:

Method override for the designated initializer of the superclass '-init' not found
on line '@implementation BAAObject'
in BAAObject.m

'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).
This occurs twice in BAAClient.h

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