It sounds like you're looking for a review of a modified Apple Music IPA (iOS App Store Package) designed to work on sideloaded devices or specific hardware.
on how to sideload a specific version, or are you interested in the of modified app files?
// Authenticate users func authenticateUser(_ appleId: String, _ password: String) -> String? // Create a URL request guard let url = URL(string: "https://id.apple.com/authentication/") else return nil var request = URLRequest(url: url) request.httpMethod = "POST" request.httpBody = "grant_type=password&client_id=\(apiKey)&username=\(appleId)&password=\(password)".data(using: .utf8)
Even though cracked versions don’t unlock premium streaming, some users sideload for other reasons (e.g., an older version with a preferred UI, or a region-spoofed IPA). Here’s how to make a Apple Music IPA work via sideloading:
Accessing the app in countries where Apple Music has not yet officially launched. The Risks: Security and Stability

