Skip to content
This repository has been archived by the owner on May 24, 2024. It is now read-only.

NIQueryDictionaryFromStringUsingEncoding uses iOS 9 deprecated API #649

Closed
Arcank opened this issue Apr 10, 2016 · 2 comments
Closed

NIQueryDictionaryFromStringUsingEncoding uses iOS 9 deprecated API #649

Arcank opened this issue Apr 10, 2016 · 2 comments

Comments

@Arcank
Copy link
Collaborator

Arcank commented Apr 10, 2016

NIQueryDictionaryFromStringUsingEncoding uses stringByReplacingPercentEscapesUsingEncoding which is deprecated in iOS 9.
It is advised to replace it with stringByRemovingPercentEncoding, using UTF-8 as the encoding.

If Nimbus doesn't target pre-iOS 7, it could be replaced, and NIQueryDictionaryFromStringUsingEncoding would become NIQueryDictionaryFromString.

Any advice? Is there a deprecation process?

@johosher
Copy link

+1

@Arcank
Copy link
Collaborator Author

Arcank commented Nov 24, 2017

iOS 8 is the supported base SDK: 81b9cd9.

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