6365136275
Der Cache-Brecher vom selben Tag stand auch an der Manifest-Adresse INNERHALB des itms-services-Links. Das zweite ? und = in der Abfrage kann den Wert von url abschneiden - der Abruf scheitert, und weil iOS die Rueckfrage erst aus dem geladenen Manifest baut, erscheint gar keine. Auf .ipa und Symbole innerhalb des Manifests bleibt der Cache-Brecher. Co-Authored-By: Claude Opus 5 <noreply@anthropic.com>
22 lines
1.0 KiB
HTML
22 lines
1.0 KiB
HTML
<!doctype html>
|
|
<html lang="de">
|
|
<meta charset="utf-8">
|
|
<meta name="viewport" content="width=device-width, initial-scale=1">
|
|
<title>DataMetric360 installieren</title>
|
|
<style>
|
|
body { font-family: -apple-system, sans-serif; background: #161b23; color: #eef1f6;
|
|
margin: 0; display: grid; place-items: center; min-height: 100vh; }
|
|
main { text-align: center; padding: 2rem; }
|
|
h1 { font-weight: 300; font-size: 1.5rem; }
|
|
a { display: inline-block; margin-top: 1.5rem; padding: 0.9rem 2rem; border-radius: 999px;
|
|
background: #eef1f6; color: #161b23; text-decoration: none; font-size: 1.1rem; }
|
|
p { color: #8a94a3; font-size: 0.9rem; line-height: 1.5; }
|
|
</style>
|
|
<main>
|
|
<h1>DataMetric360</h1>
|
|
<p>Version 2026.9.4.17</p>
|
|
<a href="itms-services://?action=download-manifest&url=https://gitea.nothaft.cloud/paul/audi-app/raw/branch/main/companion-app/auslieferung/manifest.plist">Installieren</a>
|
|
<p>In Safari oeffnen. Nach dem Antippen fragt iOS einmal nach,<br>danach erscheint die App auf dem Startbildschirm.</p>
|
|
</main>
|
|
</html>
|