View in English

  • Apple Developer
    • Get Started

    Explore Get Started

    • Overview
    • Learn
    • Apple Developer Program

    Stay Updated

    • Latest News
    • Hello Developer
    • Platforms

    Explore Platforms

    • Apple Platforms
    • iOS
    • iPadOS
    • macOS
    • tvOS
    • visionOS
    • watchOS
    • App Store

    Featured

    • Design
    • Distribution
    • Games
    • Accessories
    • Web
    • Home
    • CarPlay
    • Technologies

    Explore Technologies

    • Overview
    • Xcode
    • Swift
    • SwiftUI

    Featured

    • Accessibility
    • App Intents
    • Apple Intelligence
    • Games
    • Machine Learning & AI
    • Security
    • Xcode Cloud
    • Community

    Explore Community

    • Overview
    • Meet with Apple events
    • Community-driven events
    • Developer Forums
    • Open Source

    Featured

    • WWDC
    • Swift Student Challenge
    • Developer Stories
    • App Store Awards
    • Apple Design Awards
    • Apple Developer Centers
    • Documentation

    Explore Documentation

    • Documentation Library
    • Technology Overviews
    • Sample Code
    • Human Interface Guidelines
    • Videos

    Release Notes

    • Featured Updates
    • iOS
    • iPadOS
    • macOS
    • watchOS
    • visionOS
    • tvOS
    • Xcode
    • Downloads

    Explore Downloads

    • All Downloads
    • Operating Systems
    • Applications
    • Design Resources

    Featured

    • Xcode
    • TestFlight
    • Fonts
    • SF Symbols
    • Icon Composer
    • Support

    Explore Support

    • Overview
    • Help Guides
    • Developer Forums
    • Feedback Assistant
    • Contact Us

    Featured

    • Account Help
    • App Review Guidelines
    • App Store Connect Help
    • Upcoming Requirements
    • Agreements and Guidelines
    • System Status
  • Quick Links

    • Events
    • News
    • Forums
    • Sample Code
    • Videos
 

Videos

Open Menu Close Menu
  • Collections
  • All Videos
  • About

More Videos

  • About
  • Summary
  • Code
  • Meet Trust Insights

    Uncover how Trust Insights can help protect people from social scams and coercion. Explore how this new framework uses privacy-preserving machine learning to detect when someone may be coached into risky actions. Find out how to integrate Trust Insights into your app, interpret its signals, and design thoughtful interventions that safeguard people while respecting their privacy.

    Chapters

    • 0:00 - Introduction
    • 2:35 - Generating insights
    • 6:50 - Feedback requirements
    • 9:25 - Privacy
    • 10:34 - Best practices
    • 12:48 - Next steps

    Resources

    • TrustInsights
      • HD Video
      • SD Video

    Related Videos

    WWDC26

    • Secure your apps with App Attest
  • Search this video…
    • 3:01 - Generating insights

      import TrustInsights
      
      let request = IsLikelyBeingCoachedInsight.request(schema: .version1, modelVersion: .current)
      let context = InsightEvaluator.InsightContext(operationCategory: .resourceUse,
                                                    requestedEvaluations: request)
      
      let evaluator = InsightEvaluator()
      guard try await evaluator.requestAuthorization(for: context) == .authorized else { return }
      
      let assessment = try await evaluator.requestEvaluation(context: context)
      do {
          try handleAssessment(assessment)
      } catch {
          // Handle error
      }
      
      assessment.reportConsumption(.usedIncreasedFriction)
    • 5:37 - Handling results for IsLikelyBeingCoachedInsight

      func handleAssessment(_ assessment: InsightEvaluation<IsLikelyBeingCoachedInsight>) throws {
      	switch try assessment.insight.outcome.get() {
      		case .unknown:
      		
      		case .medium:
      
      		case .high:
      
      		@unknown default:
      
      	}
      }
    • 7:05 - Real-time consumption feedback

      import TrustInsights
      
      let request = IsLikelyBeingCoachedInsight.request(schema: .version1, modelVersion: .current)
      let context = InsightEvaluator.InsightContext(operationCategory: .resourceUse,
                                                    requestedEvaluations: request)
      
      let evaluator = InsightEvaluator()
      guard try await evaluator.requestAuthorization(for: context) == .authorized else { return }
      
      let assessment = try await evaluator.requestEvaluation(context: context)
      do {
          try handleAssessment(assessment)
      } catch {
          // Handle error
      }
      
      assessment.reportConsumption(.usedIncreasedFriction)
    • 0:00 - Introduction
    • Meet Trust Insights, a new iOS 27 framework that helps your app detect coercion and social engineering.

    • 2:35 - Generating insights
    • Integrating Trust Insights with its client-side Swift API — declaring the entitlement, building a parameter pack of requested insights, and using the InsightEvaluator with an operation category that determines which model logic applies.

    • 6:50 - Feedback requirements
    • The two required types of feedback that keep insights accurate — mandatory real-time consumption feedback reporting how your app responded, and offline feedback for transactions that later prove fraudulent.

    • 9:25 - Privacy
    • Understand how Trust Insights minimizes data, keeps signals on device, and gives users full control.

    • 10:34 - Best practices
    • Learn where Trust Insights adds the most value and how to combine it with your existing risk logic.

    • 12:48 - Next steps
    • Adopting Trust Insights — identify moments where it can work alongside your existing logic, follow the documentation and best practices, and register on Apple Business Register to learn about Partner Data Services.

Developer Footer

  • Videos
  • WWDC26
  • Meet Trust Insights
  • Open Menu Close Menu
    • iOS
    • iPadOS
    • macOS
    • tvOS
    • visionOS
    • watchOS
    • App Store
    Open Menu Close Menu
    • Swift
    • SwiftUI
    • Swift Playground
    • TestFlight
    • Xcode
    • Xcode Cloud
    • Icon Composer
    • SF Symbols
    Open Menu Close Menu
    • Accessibility
    • Accessories
    • Apple Intelligence
    • Audio & Video
    • Augmented Reality
    • Business
    • Design
    • Distribution
    • Education
    • Games
    • Health & Fitness
    • In-App Purchase
    • Localization
    • Maps & Location
    • Machine Learning & AI
    • Security
    • Safari & Web
    Open Menu Close Menu
    • Documentation
    • Downloads
    • Sample Code
    • Videos
    Open Menu Close Menu
    • Help Guides & Articles
    • Contact Us
    • Forums
    • Feedback & Bug Reporting
    • System Status
    Open Menu Close Menu
    • Apple Developer
    • App Store Connect
    • Certificates, IDs, & Profiles
    • Feedback Assistant
    Open Menu Close Menu
    • Apple Developer Program
    • Apple Developer Enterprise Program
    • App Store Small Business Program
    • MFi Program
    • Mini Apps Partner Program
    • News Partner Program
    • Video Partner Program
    • Security Bounty Program
    • Security Research Device Program
    Open Menu Close Menu
    • Meet with Apple
    • Apple Developer Centers
    • App Store Awards
    • Apple Design Awards
    • Apple Developer Academies
    • WWDC
    Read the latest news.
    Get the Apple Developer app.
    Copyright © 2026 Apple Inc. All rights reserved.
    Terms of Use Privacy Policy Agreements and Guidelines