smartcar / ios-sdk

Smartcar SDK for iOS.
https://smartcar.github.io/ios-sdk/
MIT License
19 stars 7 forks source link

Fix scope encoding issues #33

Closed dvkch closed 6 years ago

dvkch commented 6 years ago

NSURLQueryItem and NSURLComponents automatically handles percent encoding, there is no need to do it manually. Removing the manual escaping fixes a 400 invalid scope issue when specifying multiple scopes

jerzzhang commented 6 years ago

See #34