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.
Selecting any option will automatically load the page
Post
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:
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.
I'm at the point where I put the app out for paid, and there are ZERO (1) paid customers. I will have to release for free and figure out how to monetize downloads as a business strategy.
I've decided to use StoreKit 2 + in app purchases together. Hopefully theres no issues in deploying using App Store Connect. Tested on device, should work.
Closing thread.
Topic:
App Store Distribution & Marketing
SubTopic:
General
Tags:
I am experiencing the same issue, it switches from English to Spanish does not work reliably.
I want it to use English only.
Topic:
Media Technologies
SubTopic:
Audio
Tags:
Do not use Google for Siri 2.0.
Keep SIRI private on device using ANE zero latency generation. Thank you Apple!
Topic:
Machine Learning & AI
SubTopic:
Apple Intelligence
Tags:
A simple drag and drop code snippet example to handle Apple Intelligence being turned off or unavailable would help a lot so that developers do not have to write their own logic.
IF Apple Intelligence on, available
ENABLE Apple Intelligence specific capabilities
OTHERWISE
Show message or prompt user to turn on/placeholder
Topic:
Machine Learning & AI
SubTopic:
Apple Intelligence
I would like to know the answer to this. I want to integrate Visual Intelligence in processing text using my application from screenshot UI entry point.
Topic:
Machine Learning & AI
SubTopic:
Apple Intelligence
Tags:
Restarted machine, and device. Fixed issue.
Topic:
Developer Tools & Services
SubTopic:
Instruments
Tags:
Are you with developer relations or the testflight team?
Topic:
App Store Distribution & Marketing
SubTopic:
TestFlight
Tags: