I updated the code to the following:link_back = link_back + "?actor=\(agent.agentID)&share=ios".addingPercentEncoding(withAllowedCharacters: .urlQueryAllowed)!Still doesn't show up correctly. I think at this point I am just going to share the url as a string not a url object. It doesn't look as nice but it at least works.Thank you for trying to help.
Post
Replies
Boosts
Views
Activity
Thank you for the reply. I did try thislink_back = link_back.addingPercentEncoding(withAllowedCharacters: .urlHostAllowed)but it didn't work