Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

iOS 9 compatibility issues #42

Open
neil-oliver opened this issue Jul 3, 2015 · 1 comment · May be fixed by #43
Open

iOS 9 compatibility issues #42

neil-oliver opened this issue Jul 3, 2015 · 1 comment · May be fixed by #43

Comments

@neil-oliver
Copy link

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

@funkyboy
Copy link
Contributor

funkyboy commented Jul 3, 2015

Thanks for reporting. We'll look into it.

@pxlshpr pxlshpr linked a pull request Aug 17, 2015 that will close this issue
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants