@guardian/mobile-apps-article-templates
Version:
Templates for articles on both iOS and Android next-gen apps
32 lines (27 loc) • 1.81 kB
HTML
<html lang="en-US">
<head>
<title>Cancel a Subscription</title>
<meta charset="UTF-8" />
<meta name="viewport" content="initial-scale=1, maximum-scale=1" />
<link rel="stylesheet" type="text/css" media="all" id="fontStyles" href="__TEMPLATES_DIRECTORY__assets/css/fonts-__PLATFORM__.css" />
<link rel="stylesheet" type="text/css" media="all" href="__TEMPLATES_DIRECTORY__assets/css/style-sync.css" />
<link rel="stylesheet" type="text/css" media="all" href="__TEMPLATES_DIRECTORY__assets/css/style-async.css" />
</head>
<body class="__FONT_SIZE__ dark-mode-__DARK_MODE__" data-template-directory="__TEMPLATES_DIRECTORY__">
<div class="support">
<div class="from-content-api prose">
<h2>What happens if I cancel my subscription?</h2>
<p>If you choose to cancel your Premium Tier subscription, you will be downgraded to the free and ad-supported option. This means that you will no longer get the advantages of the Premium Tier, like an advert-free experience, exclusive content, or crosswords.</p>
<h2>How can I cancel my subscription?</h2>
<p>Subscriptions are handled directly by Apple, so you can't cancel them from within the Guardian app. Instead follow these instructions:</p>
<ul>
<li>Go to your device settings.</li>
<li>Select <em>iTunes & App Store</em>, then tap on your Apple ID.</li>
<li>Select <em>View Apple ID</em> and confirm with your password or fingerprint.
<li>Select <em>Subscriptions</em>. Here you can cancel or renew any subscriptions you have.</li>
</ul>
</div>
</div>
</body>
</html>