Welcome to the Treehouse Community

Want to collaborate on code errors? Have bugs you need feedback on? Looking for an extra set of eyes on your latest project? Get support with fellow developers, designers, and programmers of all backgrounds and skill levels here with the Treehouse Community! While you're at it, check out some resources Treehouse students have shared here.

Looking to learn something new?

Treehouse offers a seven day free trial for new students. Get access to thousands of hours of content and join thousands of Treehouse students and alumni in the community today.

Start your free trial

iOS Build An iTunes Search App URLs and Parameter Encoding Encoding a Query String

Garrett Votaw
seal-mask
.a{fill-rule:evenodd;}techdegree seal-36
Garrett Votaw
iOS Development Techdegree Graduate 15,223 Points

Parameter Encoding

I'm creating an app and using URLQueryItem to automatically add my percent encoding. The API I'm using has a parameter called "referenceDate" and needs a date in the MM/dd/yyyy format. Unfortunately they expect the forward slashes to be percent encoded as %2F. Why does URLQueryItem not percent encode this? It seems like an oversight of Apple or am I missing something?