I was trying to figure out why UIActivityViewController
sent a slightly converted string to share for Mail and WeChat.
This is my code:
let activityViewController = UIActivityViewController(activityItems: ["http://preprodgo.travelstart.com/search-on-index?version=3×tamp=2017-09-15_10-31-27-031"], applicationActivities: nil)
self.present(activityViewController, animated: true, completion: nil)
And when shared by Mail, it was shown as:
http://preprodgo.travelstart.com/search-on-index?version=3×tamp=2017-09-15_10-31-27-031
The system version is 10.3.3.