Apple’s SVP of Services and Health, Eddy Cue, will receive the Cannes Lions Entertainment Person of the Year award in June 2026, recognizing his role in building Apple’s entertainment ecosystem and his influence on streaming, music, podcasts, and more.
Eddy Cue Named 2026 Cannes Lions Entertainment Person of the Year

Apple’s senior vice‑president of Services and Health, Eddy Cue, has been announced as the Entertainment Person of the Year for the 2026 Cannes Lions International Festival of Creativity. The award will be presented during the festival’s opening day on June 22, 2026, and Cue will also deliver a keynote seminar alongside producer Jerry Bruckheimer.
Why Cannes Lions is paying attention
Cannes Lions celebrates the most compelling work in advertising, marketing, and creative storytelling. Apple has been a frequent honoree, taking home Creative Marketer of the Year in 2019 and again in 2025, and earning awards for campaigns such as “Shot on iPhone,” “Welcome Home,” and “Relax, it’s iPhone.” This year’s recognition of Cue singles out the strategic vision behind those campaigns rather than a single piece of creative work.
“Cue has been instrumental in building Apple’s globally influential entertainment ecosystem,” the festival’s press release reads. “He is shaping the future of entertainment through groundbreaking storytelling and innovation.”
Cue’s portfolio and its impact on developers
From a developer’s perspective, Cue’s responsibilities span a suite of services that many iOS and Android teams rely on daily:
| Service | Current SDK / Platform Requirement | Relevance for Mobile Developers |
|---|---|---|
| Apple TV | tvOS 17 SDK (requires Xcode 15) | Provides APIs for TVMLKit and StoreKit to sell subscriptions and in‑app purchases on the streaming platform. |
| Apple Music | MusicKit 2 (iOS 17+, macOS 14+) | Enables playback, library access, and user‑generated playlists via Swift and Objective‑C. |
| Apple Podcasts | PodcastKit (iOS 17+, watchOS 10+) | Offers RSS‑based discovery and subscription management for podcast apps. |
| Apple Pay | PassKit framework (iOS 17+, Android 13+) | Unified payment token handling for both platforms; supports the new Payment Request API on Android. |
| Apple Maps | MapKit 2 (iOS 17+, macOS 14+) | New vector tile rendering and indoor‑mapping APIs useful for location‑aware apps. |
| iCloud | CloudKit 2 (iOS 17+, Android 13+) | Cross‑platform data sync, with new CKShare improvements for collaborative editing. |
| Fitness+ | HealthKit 9 (iOS 17+, watchOS 10+) | Expanded workout‑type enumeration and real‑time metrics streaming for health‑focused apps. |
| Apple Card | PassKit 3 (iOS 17+) | Direct integration for credit‑line offers and transaction history via the Apple Card API. |
Each of these services has a versioned SDK that developers must keep current to benefit from performance improvements, new UI components, and security patches. Cue’s leadership means that Apple will continue to push tighter integration across hardware, software, and content, which translates into more stable, feature‑rich APIs for the mobile community.
What the award means for cross‑platform teams
For teams building both iOS and Android applications, Cue’s recognition highlights a few practical takeaways:
- Unified user experiences – Apple’s services are increasingly designed to work alongside Android equivalents (e.g., Apple Pay vs. Google Pay, Apple Music vs. YouTube Music). Cross‑platform frameworks like Flutter and React Native now expose plugins that wrap these native SDKs, making it easier to deliver a consistent experience.
- Content‑first strategy – Apple TV’s original programming has become a benchmark for high‑quality streaming. Developers can leverage the Apple TV App Store guidelines to distribute companion apps that sync watch progress, offer second‑screen experiences, or provide exclusive interactive content.
- Monetization opportunities – With StoreKit 2 supporting subscription groups and promotional offers, developers can model revenue streams similar to Apple TV+ or Apple Music. The same concepts are being mirrored in Google Play’s Subscription Management API, allowing a single backend to handle both ecosystems.
- Privacy‑centric data handling – Cue’s oversight of services like iCloud and Apple Pay reinforces Apple’s emphasis on on‑device processing and minimal data sharing. Cross‑platform teams should adopt comparable privacy patterns, using encrypted local storage and server‑side tokenization.
Migration checklist for teams using Cue‑led services
If your app relies on any of the services under Cue’s umbrella, consider the following steps before the next major OS release (iOS 18 / Android 14 expected later this year):
- Update SDKs: Pull the latest versions of MusicKit, StoreKit 2, PassKit, and CloudKit via Xcode 15.2 or Android Studio 2023.1.1.
- Audit entitlements: Verify that your app’s
Entitlements.plistincludes the correct keys for Apple Pay, Fitness+, and Apple Card. - Test on Apple TV 4K: Use the latest tvOS 17 simulator to ensure UI components render correctly on larger screens.
- Cross‑platform plugin review: For Flutter, check the
apple_sign_inandin_app_purchasepackages for compatibility with the newest SDKs. For React Native, updatereact-native-apple-payandreact-native-musickit. - Privacy compliance: Re‑run App Store Connect’s privacy questionnaire and update your Google Play Data Safety form to reflect any new data flows.
- Performance profiling: Use Instruments’ Network and Energy templates to measure the impact of new background sync features in iCloud and Fitness+.
What to expect at Cannes Lions
Cue’s keynote on June 22 will likely touch on the future of content delivery, AI‑driven recommendation engines, and the role of immersive media (AR/VR) in Apple’s ecosystem. While the festival’s website has not released a detailed agenda, the presence of Jerry Bruckheimer suggests a focus on high‑budget storytelling and the integration of cinematic techniques into app experiences.
Developers should keep an eye on any announced API extensions or beta programs that may be unveiled during the session. Historically, Cannes Lions announcements have coincided with early access to new developer tools (e.g., the 2025 “Shot on iPhone” SDK for advanced camera controls).
Bottom line
Eddy Cue’s Cannes Lions award underscores the strategic importance of Apple’s services stack for the broader creative industry. For mobile developers, the recognition translates into a continued pipeline of robust, privacy‑first APIs that power everything from streaming video to contactless payments. Staying current with the latest SDKs and aligning cross‑platform implementations with Apple’s service‑driven roadmap will help teams deliver richer experiences and keep pace with the evolving entertainment ecosystem.
Read more about the Cannes Lions festival and its award categories on the official site.

Comments
Please log in or register to join the discussion