SwiftKitz / Appz

📱 Launch external apps, and deeplink, with ease using Swift!

Home Page:https://swiftkitz.github.io/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

URL parameters

Mazyod opened this issue · comments

commented

I don't think the current escape method used properly escapes URL query parameters, since it doesn't encode &. This means if the user passes & as a value, it will mess up the URL query.

commented

Thankfully, this is resolved by moving to NSURLQueryItem