CloudKitStatus
Simple app that fetches Apple status information, currently configured to capture CloudKit information. Can be used to capture status for developer tools or user facing endpoints.
case 0:
systemStatusURL = "https://www.apple.com/support/systemstatus/data/developer/system_status_en_US.js" // This is the URL for developer features such as cloudkit, xCode Clouod, etc
default:
systemStatusURL = "https://www.apple.com/support/systemstatus/data/system_status_en_US.js" // this is the URL for system status for public facing sites suchas Apple Books, App Store, Apple Music, etc