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

@"".DPL_parametersFromQueryString crashes on iOS7 #103

Open
zrxq opened this issue Jun 7, 2016 · 0 comments
Open

@"".DPL_parametersFromQueryString crashes on iOS7 #103

zrxq opened this issue Jun 7, 2016 · 0 comments

Comments

@zrxq
Copy link

zrxq commented Jun 7, 2016

Apparently @"".stringByRemovingPercentEncoding returns nil on iOS7. The following lines:

NSString *key = [[pairs firstObject] DPL_stringByReplacingPercentEscapesUsingEncoding:NSUTF8StringEncoding];
paramsDict[key] = @"";

crash for e.g. customscheme:/whatever?# for obvious reasons.

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

No branches or pull requests

1 participant