radarlabs / radar-sdk-ios

iOS SDK for Radar, the leading geofencing and location tracking platform
https://radar.com
Apache License 2.0
68 stars 27 forks source link

use NSURLComponent to build query strings #376

Open ShiCheng-Lu opened 3 months ago

ShiCheng-Lu commented 3 months ago

properly escape each query param instead of escaping the entire url string at the end. uses NSURLComponent and NSQueryItem.

Tested with example app and made sure all the requests are returning the same as before.