Open iPhone App from an Email Link

梦想与她 提交于 2019-11-30 09:20:14

It just should be:

@"<BR><BR><BR><A HREF=\"myApp://\">Open App</A>"

As a workaround for custom urls being blocked by gmail, what you could do is set up something like http://myapp.mydomain.com/ up do redirect to myapp://... That way it'll look like a normal domain but open your app. On the plus you will be able to see how many people click your link, though on the down side it'll pop via Safari first.

Add 'http:' to all your images and urls, iphones dont recognize links w/o that. also use single quotes for them(').eg. <a href='http://xyz.com'></a><img src='http://xyz.com/pqr/abc.jpg'></img>

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!