Post

Replies

Boosts

Views

Activity

Reply to Asking about computers model always refer to apple.com?
The screenshot says, "I apologize, but I cannot answer that question. My training data only allows me to answer questions about Apple products." so it would seem it's correctly saying it doesn't know about those computers, and you should go to apple.com. However, if those computers aren't Apple computers - and therefore aren't in the training data - then going to apple.com isn't going to help, so that response should probably be changed. You can see that it knows about the Apple II in the first response: "You can find information about Apple II on apple.com." while the others say, "The Apple website provides information about the ZX Spectrum: apple.com." Finally, if it knows about Apple computers, why not provide the information rather than making someone go to apple.com?
Jul ’25
Reply to Developer beta26.4
Is this a bug report? If so, raise it in the usual way, at: https://feedbackassistant.apple.com/ Be sure to provide more words than you did here. The guys at Apple will need more information.
Topic: Design SubTopic: General
Jul ’25
Reply to 12+ Apps Disappeared
It's quite possible it's a beta issue, and you should probably raise this as a bug in the usual way. It won't really get progressed if it's only posted in these Developer Forums. Raise each issue you find separately at https://feedbackassistant.apple.com/ You can post the FB numbers here if you want, so that others can link to them.
Jul ’25
Reply to Contact ios26 beta3
There a few posts about this, for example: https://developer.apple.com/forums/thread/793683 And the solution is the same... Have you raised a Feedback report? If not, please do so at https://feedbackassistant.apple.com/ then post the FB number here.
Topic: Community SubTopic: Apple Developers Tags:
Jul ’25
Reply to Bug on Settings Search Menu - Showing Always On Display for iPhone 14 Plus
You should probably raise this as a bug in the usual way. It won't really get progressed if it's only posted in these Developer Forums. You need to raise each issue you find separately at https://feedbackassistant.apple.com/ You can post the FB numbers here if you want, so that others can link to them. Also, when raising the bug, be sure to state exactly which version of iOS you're seeing this on, as you seem to have omitted that here.
Topic: Design SubTopic: General Tags:
Jul ’25
Reply to Same App Name, Different Platforms
Your project in Xcode can have multiple targets, e.g. iOS, macOS, watchOS etc. so you should be able to have one project with multiple targets, each with their own code. You then build and distribute this as one app with one name. When a user launches it on macOS, the macOS target launches. When they launch it on an iPhone the iOS target is launched. For example, I have an app with an iOS and watchOS targets. They're in one Xcode project with one name, and they just launch the appropriate binary on the correct platform. Sorry if I've misunderstood your issue, but this does seem to be quite simple, no?
Jul ’25
Reply to Apple Music Artist - genres
You say it's returning one single genre per artist, but is it being returned as an array of Strings - [String], or just a String - String? If it's returning an array of Strings, then the documentation is correct. If it's returning a String, then the documentation is incorrect, and you should raise a bug here: https://feedbackassistant.apple.com/ I'm not sure you really need to care about how many genres are being returned. Your code should just deal with them as they're given to you. If you receive one, deal with that one item. If you receive more, deal with those multiple genres. If you can't find an artist that returns multiple genres, just mock it out so you can test your code handles multiples correctly.
Topic: Media Technologies SubTopic: Streaming Tags:
Jul ’25
Reply to Urgent Feature Request: Auto-Hide Home Bar in iOS 18.x Based on iOS 26 Beta Experience
Could you kindly forward this feedback to the relevant development team? I’m confident many users, including developers and everyday users, would appreciate this improvement. No; RickMaddy isn't an Apple developer. RickMaddy isn't employed by Apple. You need to raise your suggestion in the Feedback Assistant, as they explained. You can do so here: https://feedbackassistant.apple.com/ These are the Developer Forums, where developers of third-party apps for Apple's platforms ask each other for hints and tips on coding. These forums are not where Apple's actual developers chat about new features.
Topic: Design SubTopic: General
Jul ’25
Reply to Switch to Pods and an invisible switch to Case.
Utterly inappropriate for these forums. These are the Developer Forums, where developers of third-party apps for Apple's platforms ask each other for hints and tips on coding.
Replies
Boosts
Views
Activity
Jul ’25
Reply to Asking about computers model always refer to apple.com?
The screenshot says, "I apologize, but I cannot answer that question. My training data only allows me to answer questions about Apple products." so it would seem it's correctly saying it doesn't know about those computers, and you should go to apple.com. However, if those computers aren't Apple computers - and therefore aren't in the training data - then going to apple.com isn't going to help, so that response should probably be changed. You can see that it knows about the Apple II in the first response: "You can find information about Apple II on apple.com." while the others say, "The Apple website provides information about the ZX Spectrum: apple.com." Finally, if it knows about Apple computers, why not provide the information rather than making someone go to apple.com?
Replies
Boosts
Views
Activity
Jul ’25
Reply to Developer beta26.4
Is this a bug report? If so, raise it in the usual way, at: https://feedbackassistant.apple.com/ Be sure to provide more words than you did here. The guys at Apple will need more information.
Topic: Design SubTopic: General
Replies
Boosts
Views
Activity
Jul ’25
Reply to App Store Connect Upload Fails with Icon Alpha Channel Error in Xcode 26 Beta 4
Have you raised a Feedback report? If not, please do so at https://feedbackassistant.apple.com/ then post the FB number here.
Replies
Boosts
Views
Activity
Jul ’25
Reply to I can't submit my app to Apple Store Connect
Right, and did you do any of the things it mentions in that error?
Replies
Boosts
Views
Activity
Jul ’25
Reply to Add “Share & Delete” Option to iOS Share Sheet (Photos, Files, etc.)
These are the Developer Forums, where developers of third-party apps for Apple's platforms ask each other for hints and tips on coding. These forums are not where Apple's actual developers chat about new features. If you have a suggestion, you should raise it at: https://feedbackassistant.apple.com/
Topic: Community SubTopic: Apple Developers Tags:
Replies
Boosts
Views
Activity
Jul ’25
Reply to Getting two searchBar in iOS 26.0
Line 4 runs the setupSearchData() function. Why do you then run the same function again two seconds later in lines 5-7? Remove one of these and see what happens.
Topic: UI Frameworks SubTopic: UIKit Tags:
Replies
Boosts
Views
Activity
Jul ’25
Reply to 12+ Apps Disappeared
It's quite possible it's a beta issue, and you should probably raise this as a bug in the usual way. It won't really get progressed if it's only posted in these Developer Forums. Raise each issue you find separately at https://feedbackassistant.apple.com/ You can post the FB numbers here if you want, so that others can link to them.
Replies
Boosts
Views
Activity
Jul ’25
Reply to Contact ios26 beta3
There a few posts about this, for example: https://developer.apple.com/forums/thread/793683 And the solution is the same... Have you raised a Feedback report? If not, please do so at https://feedbackassistant.apple.com/ then post the FB number here.
Topic: Community SubTopic: Apple Developers Tags:
Replies
Boosts
Views
Activity
Jul ’25
Reply to Bug on Settings Search Menu - Showing Always On Display for iPhone 14 Plus
You should probably raise this as a bug in the usual way. It won't really get progressed if it's only posted in these Developer Forums. You need to raise each issue you find separately at https://feedbackassistant.apple.com/ You can post the FB numbers here if you want, so that others can link to them. Also, when raising the bug, be sure to state exactly which version of iOS you're seeing this on, as you seem to have omitted that here.
Topic: Design SubTopic: General Tags:
Replies
Boosts
Views
Activity
Jul ’25
Reply to TMS-90714: Invalid binary - The app contains one or more corrupted binaries
Offering money is completely inappropriate, especially on these forums. Does the project validate in Xcode? In other words, when you go to Archive it, and choose to validate it, does that succeed? Are there any other errors or warnings when building?
Replies
Boosts
Views
Activity
Jul ’25
Reply to Same App Name, Different Platforms
Your project in Xcode can have multiple targets, e.g. iOS, macOS, watchOS etc. so you should be able to have one project with multiple targets, each with their own code. You then build and distribute this as one app with one name. When a user launches it on macOS, the macOS target launches. When they launch it on an iPhone the iOS target is launched. For example, I have an app with an iOS and watchOS targets. They're in one Xcode project with one name, and they just launch the appropriate binary on the correct platform. Sorry if I've misunderstood your issue, but this does seem to be quite simple, no?
Replies
Boosts
Views
Activity
Jul ’25
Reply to Apple Music Artist - genres
You say it's returning one single genre per artist, but is it being returned as an array of Strings - [String], or just a String - String? If it's returning an array of Strings, then the documentation is correct. If it's returning a String, then the documentation is incorrect, and you should raise a bug here: https://feedbackassistant.apple.com/ I'm not sure you really need to care about how many genres are being returned. Your code should just deal with them as they're given to you. If you receive one, deal with that one item. If you receive more, deal with those multiple genres. If you can't find an artist that returns multiple genres, just mock it out so you can test your code handles multiples correctly.
Topic: Media Technologies SubTopic: Streaming Tags:
Replies
Boosts
Views
Activity
Jul ’25
Reply to Urgent Feature Request: Auto-Hide Home Bar in iOS 18.x Based on iOS 26 Beta Experience
Could you kindly forward this feedback to the relevant development team? I’m confident many users, including developers and everyday users, would appreciate this improvement. No; RickMaddy isn't an Apple developer. RickMaddy isn't employed by Apple. You need to raise your suggestion in the Feedback Assistant, as they explained. You can do so here: https://feedbackassistant.apple.com/ These are the Developer Forums, where developers of third-party apps for Apple's platforms ask each other for hints and tips on coding. These forums are not where Apple's actual developers chat about new features.
Topic: Design SubTopic: General
Replies
Boosts
Views
Activity
Jul ’25
Reply to Security
You expected a response to your email within four hours of me giving you the link. That's ridiculous. Chill. Wait for a response.
Topic: Community SubTopic: Apple Developers Tags:
Replies
Boosts
Views
Activity
Jul ’25