Created
January 11, 2011 14:41
-
-
Save hramos/774481 to your computer and use it in GitHub Desktop.
Sample Link to Manifest for use in Over The Air iOS deployment
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
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> | |
<html xmlns="http://www.w3.org/1999/xhtml"> | |
<head> | |
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" /> | |
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=0"> | |
<title>Google +1 - Beta Release</title> | |
<style type="text/css"> | |
body {background:#fff;margin:0;padding:0;font-family:arial,helvetica,sans-serif;text-align:center;padding:10px;color:#333;font-size:16px;} | |
#container {width:320px;} | |
h1 {margin:0;padding:0;font-size:14px;} | |
p {font-size:13px;} | |
.link {background:#ecf5ff;border-top:1px solid #fff;border:1px solid #dfebf8;margin-top:.5em;padding:.3em;} | |
.link a {text-decoration:none;font-size:15px;display:block;color:#069;} | |
</style> | |
</head> | |
<body> | |
<div id="container"> | |
<h1>iOS 4.0 Users:</h1> | |
<div class="link"><a href="itms-services://?action=download-manifest&url=http://beta.google.com/plusone/manifest.plist"><img src="Icon.png" /><br /><br />Tap Here to Install<br />Google +1<br />On Your Device</a></div> | |
<p><strong>Link didn't work?</strong><br /> | |
Make sure you're visiting this page on your device, not your computer.</p> | |
<p><strong>On a version of iOS before 4.0?</strong><br /> | |
Reload this page in your computer browser and download a zipped archive and provisioning profile here: | |
</p> | |
<div class="link"><a href="beta_archive.zip">Google +1<br />Archive w/ Provisioning Profile</a></div> | |
</div> | |
</body> | |
</html> | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment