diff --git a/src/_data/press.json b/src/_data/press.json index fd9781f..b6afbc4 100644 --- a/src/_data/press.json +++ b/src/_data/press.json @@ -12,7 +12,6 @@ { "url": "https://www.theregister.com/2022/02/28/apple_apps_challenge/", "title": "Web devs rally to challenge Apple App Store browser rules", - "publisher": "The Register", "date": "2022-02-28" }, { @@ -36,5 +35,76 @@ "title": "Les développeurs Web se mobilisent pour contester les règles de navigation de l'App Store d'Apple", "date": "2022-03-02", "lang": "fr" + }, + { + "url": "https://ca.news.yahoo.com/apple-change-iphone-browsing-forever-221435282.html", + "title": "Apple is about to change iPhone web browsing forever", + "date": "2024-01-25" + }, + { + "url": "https://www.theregister.com/2024/02/08/apple_web_apps_eu/", + "title": "In its tantrum with Europe, Apple broke web apps in iOS 17 beta, still hasn't fixed them", + "date": "2024-02-08" + }, + { + "url": "https://thenewstack.io/the-state-of-the-open-web-3-takeaways-heading-into-2024/", + "title": "The State of the Open Web: 3 Takeaways Heading into 2024", + "date": "2023-11-29" + }, + { + "url": "https://thenewstack.io/2023-web-tech-check-in-react-performance-pwas-ios-browsers/", + "title": "2023 Web Tech Check-In: React Performance, PWAs, iOS Browsers", + "date": "2023-01-11" + }, + { + "url": "https://www.siliconrepublic.com/business/apple-home-screen-web-apps-breaking-eu-digital-markets-act-iphone", + "title": "Apple ‘breaking’ iPhone web apps in EU to comply with DMA rules", + "date": "2024-02-16" + }, + { + "url": "https://www.theregister.com/2024/01/31/web_developers_worry_apple_ios/", + "title": "Web devs fear Apple's iOS shakeup for Europe will be a nightmare for support", + "date": "2024-01-31" + }, + { + "url": "https://www.engadget.com/apple-confirms-home-screen-web-apps-will-no-longer-work-on-european-ios-devices-112527560.html", + "title": "Apple confirms home screen web apps will no longer work on European iOS devices", + "date": "2024-02-16" + }, + { + "url": "https://techcrunch.com/2024/02/15/apple-confirms-its-breaking-iphone-web-apps-in-the-eu-on-purpose/", + "title": "Apple confirms it’s breaking iPhone web apps in the EU on purpose", + "date": "2024-02-15" + }, + { + "url": "https://www.computerworld.com/article/3652348/developers-push-back-against-apple-ban-on-third-party-browsers.html", + "title": "Developers push back against Apple 'ban' on third-party browsers", + "date": "2022-03-02" + }, + { + "url": "https://www.scmagazine.com/news/2-apple-webkit-zero-day-bugs-exploited-on-iphone-browsers", + "title": "Apple issues emergency fixes for 2 WebKit 0-days exploited in the wild", + "date": "2023-12-01" + }, + { + "url": "https://www.tomsguide.com/phones/iphones/ios-174-beta-just-broke-iphone-web-apps-but-only-in-the-eu", + "title": "iOS 17.4 beta just broke iPhone web apps — but only in the EU", + "date": "2024-02-09" + }, + { + "url": "https://www.futurezone.de/digital-life/article527099/ios-17-4-web-apps-a.html", + "title": "iOS 17.4: Apple gibt eine Verschlechterung zu", + "date": "2024-02-19", + "lang": "de" + }, + { + "url": "https://pocketnow.com/developers-pressuring-apple-allow-third-party-browser-engines-ios/", + "title": "Developers pressuring Apple to allow third-party browser engines on iOS", + "date": "2022-03-02" + }, + { + "url": "https://www.theregister.com/2022/04/26/apple_ios_browser/", + "title": "Apple's grip on iOS browser engines disallowed under latest draft EU rules", + "date": "2022-04-26" } ] diff --git a/src/pages/press.html b/src/pages/press.html index 33ee9d4..e77b277 100644 --- a/src/pages/press.html +++ b/src/pages/press.html @@ -51,5 +51,3 @@
Last updated:
diff --git a/src/posts/Australia-ACCC-Nov-22.md b/src/posts/Australia-ACCC-Nov-22.md index 45815b1..b040b4e 100644 --- a/src/posts/Australia-ACCC-Nov-22.md +++ b/src/posts/Australia-ACCC-Nov-22.md @@ -3,6 +3,11 @@ title: 'Australian Government considering ACCC proposed anti-competitive conduct date: '2022-11-30' tags: ['Policy', 'Updates'] author: "Bruce Lawson" +relatedLinks: + - title: Digital Platform Services Inquiry Discussion Paper (PDF) + url: https://www.accc.gov.au/system/files/Digital%20platform%20services%20inquiry.pdf + publisher: Australian Government + date: 2022-11-30 --- G'day, sport! [Bruce](https://brucelawson.co.uk) here, with an update on progress we've made down under with the Australian Competition and Consumer Commission (ACCC). diff --git a/src/posts/CMA-DMA-Nov-22.md b/src/posts/CMA-DMA-Nov-22.md index 2a8e22d..594acd3 100644 --- a/src/posts/CMA-DMA-Nov-22.md +++ b/src/posts/CMA-DMA-Nov-22.md @@ -3,6 +3,18 @@ title: 'OWA updates on progress with UK and EU digital competition regulations' date: '2022-11-28' tags: ['Policy', 'Updates', "UK", "EU"] author: "Bruce Lawson" +relatedLinks: + - title: Using alternative browser engines in the European Union + url: https://developer.apple.com/support/alternative-browser-engines/ + date: 2024-02-19 + - title: "The Digital Markets Act: ensuring fair and open digital markets" + url: https://commission.europa.eu/strategy-and-policy/priorities-2019-2024/europe-fit-digital-age/digital-markets-act-ensuring-fair-and-open-digital-markets_en + publisher: European Commission + date: 2022-10-12 + - title: Investigation into cloud gaming and browsers to support UK tech and consumers + url: https://www.gov.uk/government/news/investigation-into-cloud-gaming-and-browsers-to-support-uk-tech-and-consumers + publisher: UK Government + date: 2022-11-22 --- Howdy, [Bruce](https://brucelawson.co.uk) here, with an update on progress we've made in both the EU and with the UK's competition regulator, the Competition and Markets Authority (CMA). diff --git a/src/posts/NTIA-report-Feb-22.md b/src/posts/NTIA-report-Feb-22.md index cdf6d9c..77018d2 100644 --- a/src/posts/NTIA-report-Feb-22.md +++ b/src/posts/NTIA-report-Feb-22.md @@ -3,6 +3,11 @@ title: 'News from the NTIA report on mobile app ecosystems' date: '2023-02-03' tags: ['Policy', 'Updates'] author: "Bruce Lawson" +relatedLinks: + - url: https://brucelawson.co.uk/2023/the-ntia-report-on-mobile-app-ecosystems/ + title: "Bruce Lawson: The NTIA report on mobile app ecosystems" + publisher: Bruce Lawson + date: 2023-02-02 --- [Bruce](https://brucelawson.co.uk) published an [article](https://brucelawson.co.uk/2023/the-ntia-report-on-mobile-app-ecosystems/) where he gives us a summary of the NTIA (National Telecommunications and Information Administration) report on Mobile App Competition. diff --git a/src/posts/New-Digital-Competition-Laws-For-Australia.md b/src/posts/New-Digital-Competition-Laws-For-Australia.md index f8de9b1..cf693dc 100644 --- a/src/posts/New-Digital-Competition-Laws-For-Australia.md +++ b/src/posts/New-Digital-Competition-Laws-For-Australia.md @@ -3,6 +3,11 @@ title: 'New Digital Competition Laws for Australia' date: '2023-12-08' tags: ['Policy', 'Updates', 'Australia'] author: "Alex Moore" +relatedLinks: + - url: https://www.accc.gov.au/media-release/consumers-and-small-businesses-to-benefit-from-proposed-new-regulation-of-digital-platforms + title: Consumers and small businesses to benefit from proposed new regulation of digital platforms + publisher: Australian Government + date: 2023-12-08 --- {% image diff --git a/src/posts/apple-dma-changes.md b/src/posts/apple-dma-changes.md index 4736209..2d7a753 100644 --- a/src/posts/apple-dma-changes.md +++ b/src/posts/apple-dma-changes.md @@ -7,6 +7,12 @@ relatedLinks: - url: https://www.apple.com/newsroom/2024/01/apple-announces-changes-to-ios-safari-and-the-app-store-in-the-european-union/ title: Apple announces changes to iOS, Safari, and the App Store in the European Union date: 2024-01-25 + - url: https://www.theverge.com/2024/1/26/24052067/mozilla-apple-ios-browser-rules-firefox + title: Mozilla says Apple’s new browser rules are ‘as painful as possible’ for Firefox + date: 2024-01-26 + - url: https://www.theverge.com/2024/1/25/24050478/apple-ios-17-4-browser-engines-eu + title: Apple is finally allowing full versions of Chrome and Firefox to run on the iPhone + date: 2024-01-25 --- The #AppleBrowserBan Ends in the EU! diff --git a/src/posts/apple-filing-eu-appstores.md b/src/posts/apple-filing-eu-appstores.md index e0bbe1f..207b86b 100644 --- a/src/posts/apple-filing-eu-appstores.md +++ b/src/posts/apple-filing-eu-appstores.md @@ -3,6 +3,11 @@ title: 'Apple files another challenge to the EU Digital Markets Act' date: '2024-01-09' tags: ['Policy', 'Apple', 'EU'] author: "Frances Berriman" +relatedLinks: + - url: https://digital-markets-act.ec.europa.eu/about-dma_en + title: What is the DMA about? + publisher: European Commission + date: 2022-09-14 --- {% image diff --git a/src/posts/apple-loses-on-appeal.md b/src/posts/apple-loses-on-appeal.md index d1921ba..d5bd1d0 100644 --- a/src/posts/apple-loses-on-appeal.md +++ b/src/posts/apple-loses-on-appeal.md @@ -3,6 +3,10 @@ title: 'Apple loses on Appeal, CMA can restart investigation into browsers' date: '2023-12-01' tags: ['Policy', 'Updates', 'UK'] author: "Alex Moore" +relatedLinks: + - url: https://www.marketwatch.com/story/how-profitable-is-apples-app-store-even-a-landmark-antitrust-trial-couldnt-tell-us-11622224506 + title: How much does Apple make from the App Store? Even a landmark antitrust trial couldn’t reveal it + date: 2021-05-28 --- {% image diff --git a/src/posts/its-official-apple-kills-web-apps-in-the-eu.md b/src/posts/its-official-apple-kills-web-apps-in-the-eu.md index 6c04a63..d9d4d8a 100644 --- a/src/posts/its-official-apple-kills-web-apps-in-the-eu.md +++ b/src/posts/its-official-apple-kills-web-apps-in-the-eu.md @@ -7,6 +7,10 @@ relatedLinks: - url: https://developer.apple.com/support/dma-and-apps-in-the-eu#8 title: Why don't users in the EU have access to Home Screen web apps? date: 2024-02-19 + - url: https://www.golem.de/news/ios-17-4-apple-bestaetigt-aus-fuer-progressive-web-apps-in-der-eu-2402-182287.html + title: Apple bestätigt Aus für Progressive Web Apps in der EU + lang: de + date: 2024-02-16 ---