Post

Replies

Boosts

Views

Activity

AirPods Custom EQ interaction
In iOS 27, when a user has configured a custom AirPods EQ (three-band lows/mids/highs), does that EQ apply on top of audio output from AVAudioEngine in my app, or only to media playback through AVPlayer/MPMusicPlayerController? My app generates therapeutic frequencies (e.g. 528 Hz pure tones) where precise frequency output matters - is there any API to detect or opt out of the system AirPods EQ?
1
0
188
Jun ’26
Real-time synthesis vs. files for long background sessions
For a sleep app running 8–12 hours in background, is AVAudioSourceNode with a real-time render block more power-efficient than looping a pre-encoded audio file via AVAudioPlayerNode? I want to migrate from files to procedural synthesis but not at the cost of battery. What does Instruments / Energy Log show as the typical CPU overhead difference, and is there Apple guidance on this trade-off?
1
0
191
Jun ’26
Live Activity sleep timer without push
My app has a sleep timer (up to 12 hours). Can I drive a Live Activity countdown in the Dynamic Island purely from the foreground/background app process using Activity.update(), without requiring a push notification server? And does Text(timerInterval:) in SwiftUI continue counting down accurately when the app process is suspended by the OS?
0
0
161
Jun ’26
Foundation Models for audio recommendation
Is it appropriate to use the Foundation Models framework on-device to power a natural language sound recommendation feature (e.g. user types 'I can't focus' → model returns a frequency/playlist recommendation from a predefined set)? Or is this use case better served by a custom Core ML model? What's the recommended on-device inference approach in iOS 27 for this type of structured recommendation with a small output space?
0
0
137
Jun ’26
App Intents for audio playback actions in iOS 27
With SiriKit deprecated in iOS 27, I'm implementing App Intents from scratch for a frequency/ambient sound app. Should I conform to AudioPlaybackIntent from the Media framework or build a custom AppIntent? Specifically, I need intents for: play a named frequency, start sleep timer with duration, stop playback. Is there a recommended Intent entity type for audio content that isn't music (i.e. not MusicKit-backed)?
0
0
149
Jun ’26
AirPods Custom EQ interaction
In iOS 27, when a user has configured a custom AirPods EQ (three-band lows/mids/highs), does that EQ apply on top of audio output from AVAudioEngine in my app, or only to media playback through AVPlayer/MPMusicPlayerController? My app generates therapeutic frequencies (e.g. 528 Hz pure tones) where precise frequency output matters - is there any API to detect or opt out of the system AirPods EQ?
Replies
1
Boosts
0
Views
188
Activity
Jun ’26
Real-time synthesis vs. files for long background sessions
For a sleep app running 8–12 hours in background, is AVAudioSourceNode with a real-time render block more power-efficient than looping a pre-encoded audio file via AVAudioPlayerNode? I want to migrate from files to procedural synthesis but not at the cost of battery. What does Instruments / Energy Log show as the typical CPU overhead difference, and is there Apple guidance on this trade-off?
Replies
1
Boosts
0
Views
191
Activity
Jun ’26
Common Misconceptions About App Store Growth
What is one common assumption developers make about App Store growth that Apple's data suggests is often incorrect?
Replies
1
Boosts
1
Views
243
Activity
Jun ’26
Understanding External Marketing Traffic
When users arrive from external marketing campaigns, are there behavioral patterns that distinguish high-quality traffic from traffic that may not contribute to long-term App Store growth?
Replies
1
Boosts
0
Views
146
Activity
Jun ’26
Frequency of Product Page Updates
Are there best practices regarding how frequently developers should update screenshots, promotional text, or metadata to maintain relevance without creating unnecessary volatility?
Replies
1
Boosts
0
Views
167
Activity
Jun ’26
The Evolving Role of App Preview Videos
As user browsing behavior continues to evolve, how does Apple view the importance of App Preview videos relative to screenshots for improving conversion?
Replies
1
Boosts
0
Views
147
Activity
Jun ’26
Long-Term Growth Signals in App Store Discovery
For apps that achieve sustained organic growth, does Apple observe stronger correlation with acquisition metrics or user retention and engagement metrics?
Replies
2
Boosts
0
Views
198
Activity
Jun ’26
Optimizing Screenshot Strategy for Conversion
When reviewing App Store performance data across categories, are there common screenshot design patterns that consistently correlate with higher conversion rates, beyond simply showcasing app features?
Replies
1
Boosts
0
Views
110
Activity
Jun ’26
Sustainable Growth for AI-Powered Apps
What characteristics separate AI-powered utility apps that maintain growth over time from those that experience strong initial adoption but struggle with long-term retention?
Replies
2
Boosts
0
Views
152
Activity
Jun ’26
Measuring the True Impact of Custom Product Page
Beyond campaign attribution, what indicators should developers use to determine whether Custom Product Pages are genuinely improving user acquisition quality?
Replies
1
Boosts
0
Views
138
Activity
Jun ’26
Live Activity sleep timer without push
My app has a sleep timer (up to 12 hours). Can I drive a Live Activity countdown in the Dynamic Island purely from the foreground/background app process using Activity.update(), without requiring a push notification server? And does Text(timerInterval:) in SwiftUI continue counting down accurately when the app process is suspended by the OS?
Replies
0
Boosts
0
Views
161
Activity
Jun ’26
Foundation Models for audio recommendation
Is it appropriate to use the Foundation Models framework on-device to power a natural language sound recommendation feature (e.g. user types 'I can't focus' → model returns a frequency/playlist recommendation from a predefined set)? Or is this use case better served by a custom Core ML model? What's the recommended on-device inference approach in iOS 27 for this type of structured recommendation with a small output space?
Replies
0
Boosts
0
Views
137
Activity
Jun ’26
App Intents for audio playback actions in iOS 27
With SiriKit deprecated in iOS 27, I'm implementing App Intents from scratch for a frequency/ambient sound app. Should I conform to AudioPlaybackIntent from the Media framework or build a custom AppIntent? Specifically, I need intents for: play a named frequency, start sleep timer with duration, stop playback. Is there a recommended Intent entity type for audio content that isn't music (i.e. not MusicKit-backed)?
Replies
0
Boosts
0
Views
149
Activity
Jun ’26