Created
September 22, 2015 19:47
-
-
Save pdaire/072d8af6c1d7001555fa to your computer and use it in GitHub Desktop.
ios deep links
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<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> | |
</body> | |
</html> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment