Apple’s iOS 26 update introduces a vibrant unlock for the iPhone lock screen: animated artwork. While today only Apple Music albums can animate on the lock screen, the new MPMediaItem AnimatedArtwork API opens the door to third-party apps—Spotify, podcast players, and audiobook apps alike—bringing your lock screen to life with dynamic album covers and media art.
What Is the MPMediaItemAnimatedArtwork API?
- Two-part asset system: a preview image (the first frame) plus the full video clip.
- On-demand fetching: the preview image appears instantly, then the video asset streams in.
- Developer-friendly: third-party music, podcast, and audiobook apps can integrate support right from iOS 26 Developer Beta 1.
Why Animated Artwork Matters
- Immersive experience: animated artwork turns a static lock screen into an engaging visual.
- Brand differentiation: streaming services can reinforce their identity with custom animations.
- Expanded creativity: beyond music, podcasts and audiobooks can now feature motion graphics too.
“With animated artwork, developers can provide an animated video clip that displays on the lock screen while their track plays, using a preview thumbnail as a placeholder until the video loads.”
How It Works
- App supplies preview image: matches the first frame of the animation.
- System requests animation: iOS fetches the video asset when needed.
- Lock screen renders animation: the animated artwork plays in sync with audio playback.
Which Apps Will Support Animated Artwork?
- Spotify: expected to be first out of the gate, leveraging its vast album library.
- Podcast apps: imagine episode art with looping animations.
- Audiobook players: cover art could subtly animate to hint at plot mood.
FAQ
What devices support animated artwork on the lock screen?
Only iPhones running iOS 26 (Developer Beta 1 and later) will support animated artwork via the MPMediaItemAnimatedArtwork API.
Will animated artwork drain my battery?
No more than typical lock-screen animations—iOS streams only when the lock screen is active and pauses when it’s not visible.
Can I disable animated artwork?
Yes. In Settings > Music (or your streaming app), toggle off Animated Artwork to revert to static covers.
How do developers integrate this feature?
By using the new MPMediaItemAnimatedArtwork API in the iOS 26 SDK to supply both preview images and video assets for currently playing media.
















