Re: Deep linking from 1 tvOS app to another
Re: Deep linking from 1 tvOS app to another
- Subject: Re: Deep linking from 1 tvOS app to another
- From: "Eric E. Dolecki" <email@hidden>
- Date: Fri, 16 Jun 2017 19:49:45 +0000
Thank you so much!
On Fri, Jun 16, 2017 at 3:15 PM Jens Alfke <email@hidden> wrote:
>
> On Jun 16, 2017, at 8:00 AM, Eric E. Dolecki <email@hidden> wrote:
>
> let modified = supplied.replacingOccurrences(of: " ", with: "+")
>
>
> Don’t use “+”, use “ ”. The “+” is only valid in some contexts IIRC,
> like form values.
>
> Actually don’t do the substitution by hand. Let NSString URL-encode it for
> you. Otherwise your URL will break again when someone decides to type a “/“
> or “#”, etc. into your text field.
>
> —Jens
>
_______________________________________________
Cocoa-dev mailing list (email@hidden)
Please do not post admin requests or moderator comments to the list.
Contact the moderators at cocoa-dev-admins(at)lists.apple.com
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden