Advertisement
Guest User

Untitled

a guest
Sep 23rd, 2014
171
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.24 KB | None | 0 0
  1. <head></head>
  2.  
  3. <script>
  4. if( /iPhone|iPod/i.test(navigator.userAgent) ) {
  5. window.location = "YOUR apple app url goes here";
  6. } else if( /Android/i.test(navigator.userAgent) ) {
  7. window.location = "YOUR google play app url goes here";
  8. }
  9. </script>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement