This content has been marked as final.
Show 4 replies
-
Re: Hide iMessage URL from Mac and older iOS devices
pdm Sep 8, 2016 8:32 AM (in response to Jack98343)Use a "data:..." URI instead of an HTTP one.
-
Re: Hide iMessage URL from Mac and older iOS devices
Jack98343 Sep 8, 2016 8:40 AM (in response to pdm)
Thanks pdm, that helped. :-) -
Re: Hide iMessage URL from Mac and older iOS devices
indraneel Sep 8, 2016 8:50 AM (in response to pdm)pdm, is your answer more accurate than the Messages framework documentation, or am I misunderstanding the question? Looking at the Messages framework documentation: https://developer.apple.com/reference/messages/msmessage/1649739-url my understanding was that:
The URL property must use an http, https, or file scheme
-
Re: Hide iMessage URL from Mac and older iOS devices
pdm Sep 9, 2016 10:25 AM (in response to indraneel)The documentation should include data in that list. I've filed a bug report to get that updated. Thanks for pointing it out.
-
-