<!--
{
  "documentType" : "article",
  "framework" : "Updates",
  "identifier" : "/documentation/Updates/JournalingSuggestions",
  "metadataVersion" : "0.1.0",
  "role" : "article",
  "title" : "Journaling Suggestions updates"
}
-->

# Journaling Suggestions updates

Learn about important changes in Journaling Suggestions.

## Overview

Browse notable changes in <doc://com.apple.documentation/documentation/JournalingSuggestions>.

## June 2025

### iPadOS support

- <doc://com.apple.documentation/documentation/JournalingSuggestions> supports iPadOS. Suggestions that the system generates on a person’s iPhone sync over iCloud to their iPad.

### System notifications

- Register for system Journaling Suggestion notifications, which prompt users to reflect on recent moments. Refer to the notification schedule a person picks in Settings using <doc://com.apple.documentation/documentation/JournalingSuggestions/JournalingSuggestionsConfiguration>. When a person taps a notification, the system launches <doc://com.apple.documentation/documentation/JournalingSuggestions/JournalingSuggestionsPicker> for your app when you implement <doc://com.apple.documentation/documentation/JournalingSuggestions/JournalingSuggestionPresentationToken>.

### Event posters

- Receive suggestions of the <doc://com.apple.documentation/documentation/JournalingSuggestions/JournalingSuggestion/EventPoster> type for planned or attended events in Apple Invites.

### Location and workouts

- Distinguish work-related location suggestions using the <doc://com.apple.documentation/documentation/JournalingSuggestions/JournalingSuggestion/Location/isWorkLocation> property, and receive information about the location from MapKit with <doc://com.apple.documentation/documentation/JournalingSuggestions/JournalingSuggestion/Location/mapKitItemIdentifier>.
- Refer to the name of a particular workout suggestion with  <doc://com.apple.documentation/documentation/JournalingSuggestions/JournalingSuggestion/Workout/Details-swift.struct/localizedName>.

## June 2024

### General

- Support for landscape mode in your app.

### Motion activity

- Capture someone’s run session as well as their mixed running and walking activity sessions with `MovementType`.

### Media playback

- Describe media content a person listened to. The system provides an instance of this structure to your app when a person chooses a media suggestion in the `JournalingSuggestionsPicker`.
- Collect asset content that includes other media playback sessions from other music or podcast Apps.

### State of Mind

- Suggest content to people that ask them to describe their state of mind. The system provides an instance of this structure to your app when a person chooses a state of mind suggestion in the `JournalingSuggestionsPicker`.

### Reflection

- Use reflection prompts in your app with `Reflection`.

---

Copyright &copy; 2026 Apple Inc. All rights reserved. | [Terms of Use](https://www.apple.com/legal/internet-services/terms/site.html) | [Privacy Policy](https://www.apple.com/privacy/privacy-policy)