How many screens do you have for your onboarding how fast do you get there user to their first win/core experience?
Post
Replies
Boosts
Views
Activity
One of my screens is gesture based, when testing for Voice Control the controls that are activated via gesture are not visible as there's not visible button UI. The solution I have now is to add a toolbar action item to make controls visible but this changes the experience of the UI by having fixed control always visible.
If there was a was to detect Voice Control being active I'd be able to show the toolbar action item control ONLY in Voice Control mode while maintaining the same visual interface.
Topic:
Accessibility & Inclusion
SubTopic:
General
Tags:
User can set the parameter in Shortcuts and save it as a name. If no parameter is provided it will prompt (let's say you have a Shortcut Control/Intent). Otherwise create an intent without a parameter and it will open to that page.
That's how I'd do it.
Topic:
App & System Services
SubTopic:
Automation & Scripting
Tags:
I have text from a "document" in my app what schema should I conform too? Its plain text
Topic:
Machine Learning & AI
SubTopic:
Apple Intelligence
Tags:
There needs to be a visual wizard for App Intents built into Xcode as either a template or an instrument.
Topic:
Machine Learning & AI
SubTopic:
Apple Intelligence
Tags:
Any update on this?
Topic:
Machine Learning & AI
SubTopic:
Apple Intelligence
Tags:
You're the best, Apple. Thank you. Hopefully see you there.
https://developer.apple.com/events/view/8D4G7DD8LR/
Topic:
Community
SubTopic:
Apple Developers
Tags:
The voices are intellectual property of Apple and cannot be re-sold/commercialized as your own.
Topic:
Media Technologies
SubTopic:
Audio
Tags:
Would you please provide code sample for conditional branding and how to do this for example if targeting iOS 26+ and future versions?
Lets say API availability in 26, new update to 26.4 so theres newer functionality in 26.4 how would you set up these branches? Please advise.
Figured out the implementation! For anyone interested in implementing in IOS 26+
@Namespace private var namespace
@State private var presentDialog: Bool = false
and in the toolbar
ToolbarItem(placement: .cancellationAction){
Button(role: .destructive) {
presentDialog = true
} label: {
Text("Delete")
}
.confirmationDialog(
"Delete?",
isPresented: $presentDialog,
titleVisibility: .visible
) {
Button("Delete", role: .destructive) {
// perform delete
}
Button("Cancel", role: .cancel) { }
}
}
Topic:
UI Frameworks
SubTopic:
SwiftUI
Tags:
Quality product
Clear value
Marketable, and different
my strategy
Topic:
App Store Distribution & Marketing
SubTopic:
App Store Connect
Tags:
I sincerely hope you get this resolved, especially if you invested time, energy thought into creating a unique and thoughtful experience that can deliver value to people on the App Store!
Topic:
App Store Distribution & Marketing
SubTopic:
App Review
Tags:
I've noticed that influencer apps claim Accessibility CalAI/Speechify yet none of the capabilities are implemented according to Human Interface Guidelines.
Topic:
Accessibility & Inclusion
SubTopic:
General
Tags:
You cannot monetize Apple technology itself and slap a price on it and call it your own. Thats clearly violation of Terms of Service.
Apple I believe allows the use of their technology in the context of application creation and distribution within App Store.
Personal Voice is sensitive and requires elevated permission by users. Because of the sensitive nature of personal voice, its not intended for use outside of personal context (mass distribution).
Topic:
Business & Education
SubTopic:
General
Tags:
I do not see how this even the structure is intellectual property. Design does appear to use SwiftUI which is recommended by Apple. Congrats on the approval.
How many screens do you have for your onboarding how fast do you get there user to their first win/core experience?
- Replies
- Boosts
- Views
- Activity
One of my screens is gesture based, when testing for Voice Control the controls that are activated via gesture are not visible as there's not visible button UI. The solution I have now is to add a toolbar action item to make controls visible but this changes the experience of the UI by having fixed control always visible.
If there was a was to detect Voice Control being active I'd be able to show the toolbar action item control ONLY in Voice Control mode while maintaining the same visual interface.
Topic:
Accessibility & Inclusion
SubTopic:
General
Tags:
- Replies
- Boosts
- Views
- Activity
User can set the parameter in Shortcuts and save it as a name. If no parameter is provided it will prompt (let's say you have a Shortcut Control/Intent). Otherwise create an intent without a parameter and it will open to that page.
That's how I'd do it.
Topic:
App & System Services
SubTopic:
Automation & Scripting
Tags:
- Replies
- Boosts
- Views
- Activity
I have text from a "document" in my app what schema should I conform too? Its plain text
Topic:
Machine Learning & AI
SubTopic:
Apple Intelligence
Tags:
- Replies
- Boosts
- Views
- Activity
There needs to be a visual wizard for App Intents built into Xcode as either a template or an instrument.
Topic:
Machine Learning & AI
SubTopic:
Apple Intelligence
Tags:
- Replies
- Boosts
- Views
- Activity
Any update on this?
Topic:
Machine Learning & AI
SubTopic:
Apple Intelligence
Tags:
- Replies
- Boosts
- Views
- Activity
You're the best, Apple. Thank you. Hopefully see you there.
https://developer.apple.com/events/view/8D4G7DD8LR/
Topic:
Community
SubTopic:
Apple Developers
Tags:
- Replies
- Boosts
- Views
- Activity
The voices are intellectual property of Apple and cannot be re-sold/commercialized as your own.
Topic:
Media Technologies
SubTopic:
Audio
Tags:
- Replies
- Boosts
- Views
- Activity
Would you please provide code sample for conditional branding and how to do this for example if targeting iOS 26+ and future versions?
Lets say API availability in 26, new update to 26.4 so theres newer functionality in 26.4 how would you set up these branches? Please advise.
- Replies
- Boosts
- Views
- Activity
Figured out the implementation! For anyone interested in implementing in IOS 26+
@Namespace private var namespace
@State private var presentDialog: Bool = false
and in the toolbar
ToolbarItem(placement: .cancellationAction){
Button(role: .destructive) {
presentDialog = true
} label: {
Text("Delete")
}
.confirmationDialog(
"Delete?",
isPresented: $presentDialog,
titleVisibility: .visible
) {
Button("Delete", role: .destructive) {
// perform delete
}
Button("Cancel", role: .cancel) { }
}
}
Topic:
UI Frameworks
SubTopic:
SwiftUI
Tags:
- Replies
- Boosts
- Views
- Activity
Quality product
Clear value
Marketable, and different
my strategy
Topic:
App Store Distribution & Marketing
SubTopic:
App Store Connect
Tags:
- Replies
- Boosts
- Views
- Activity
I sincerely hope you get this resolved, especially if you invested time, energy thought into creating a unique and thoughtful experience that can deliver value to people on the App Store!
Topic:
App Store Distribution & Marketing
SubTopic:
App Review
Tags:
- Replies
- Boosts
- Views
- Activity
I've noticed that influencer apps claim Accessibility CalAI/Speechify yet none of the capabilities are implemented according to Human Interface Guidelines.
Topic:
Accessibility & Inclusion
SubTopic:
General
Tags:
- Replies
- Boosts
- Views
- Activity
You cannot monetize Apple technology itself and slap a price on it and call it your own. Thats clearly violation of Terms of Service.
Apple I believe allows the use of their technology in the context of application creation and distribution within App Store.
Personal Voice is sensitive and requires elevated permission by users. Because of the sensitive nature of personal voice, its not intended for use outside of personal context (mass distribution).
Topic:
Business & Education
SubTopic:
General
Tags:
- Replies
- Boosts
- Views
- Activity