Skip to content

Instantly share code, notes, and snippets.

@pdaire
Last active September 22, 2015 20:26
Show Gist options
  • Save pdaire/1dae28b8b54661e85e6b to your computer and use it in GitHub Desktop.
Save pdaire/1dae28b8b54661e85e6b to your computer and use it in GitHub Desktop.
ios deep links 2
<html>
<head>
<title>Example of Widget Installation</title>
</head>
<body bgcolor=white>
<a href="com.bbva.bbvachatcl.ENTERPRISE://">ENTERPRISE</a>
<a href="com.bbva.bbvachatcl.enterprise://">enterprise</a>
<a href="com.lt.BBVA://">BBVA</a>
</br>
<a href="com.bbva.bbvachatcl.ENTERPRISE://login?xtoken=93d9f715e2b9147795ebfd713231f613b551f54538af7ef0aeffb041aef4d35a041896c24650866a88993068f7532d2b8a7cccc19d21cd7ea39f9f5c52d8022741a91c2f1ae187dfc6d516d86bd5b72ad12f280199ba0252cf5bff5bafd79366289e7126a5ffa5c27e610dee4bbac6ae&amp;provider=bbva">ENTERPRISE &amp</a>
<a href="com.bbva.bbvachatcl.ENTERPRISE://login?xtoken=93d9f715e2b9147795ebfd713231f613b551f54538af7ef0aeffb041aef4d35a041896c24650866a88993068f7532d2b8a7cccc19d21cd7ea39f9f5c52d8022741a91c2f1ae187dfc6d516d86bd5b72ad12f280199ba0252cf5bff5bafd79366289e7126a5ffa5c27e610dee4bbac6ae&provider=bbva">ENTERPRISE &</a>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment