Post

Replies

Boosts

Views

Activity

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 Battery issue iPhone 13 ProMax iOS 18.6 Beta
Yes, the cause is it's a beta. Beta software contains various applications and processes that aren't present in the release versions of the software. There are diagnostic tools and processes running in the background that allow Apple to confirm the new software is functioning correctly. Also, on initial install of a new OS it has to perform some initial setup, including indexing. Those processes take battery power. You shouldn't install beta software on your primary device - for exactly these reasons. Beta software is only really of use to developers and those needing the newest version to test something, or to develop something. If that's not you, you probably shouldn't install the betas on your devices. If, after a few days, your device is still sluggish and the battery level is unacceptable, there may be a bug, and you can raise it here: https://feedbackassistant.apple.com/ Your alternative is to downgrade back to iOS 18.5, and restore from a backup.
Topic: App & System Services SubTopic: Hardware Tags:
Jul ’25
Reply to Notifications not working
You're in the wrong place. These are the Developer Forums, where developers of apps for Apple's platforms ask each other for hints and tips on coding. We're just random people from around the world; we aren't Apple employees. Your question is more of a product support one, so I'd suggest you ask it over at the Apple Support Forums. Thanks. When you ask your question, try to provide more information such as which apps do and do not give a sound; show your sound & haptics settings; show your mute switch setting etc. All that information would be important to pin it down. If you find that there is a bug, you can raise it at: https://feedbackassistant.apple.com/
Jul ’25
Reply to enrollment
And, have you contacted your card issuer? Also, in future, please provide error messages as text, not just as screenshots. Text in screenshots cannot be searched, so if your post gets a solution and someone else has the same issue, they won't be able to locate the solution because they can't search for it...
Jul ’25
Reply to Security
If it's about development, you can use the Contact Us link at the bottom of every page in these Developer pages: https://developer.apple.com/contact/ If it's more general, use the Contact Apple link at the bottom of every standard page: https://www.apple.com/contact/ (This is standard stuff.)
Topic: Community SubTopic: Apple Developers Tags:
Jul ’25
Reply to Panel Toggle Glitch
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.
Topic: Design SubTopic: General Tags:
Jul ’25
Reply to iOS 26 beta (23A5287g)
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.
Jul ’25
Reply to Having trouble getting my app approved
Can't help with the private distribution issue, but for the Login button, the reviewer is likely pressing it and getting no response. If your servers don't respond for IP addresses outside of the US, then your app should at least respond with an alert telling the user that they cannot login because they are not within the US. It's a user experience thing. No one likes an app that doesn't do anything when you press a button. For the iPad testing, they are completely entitled to test your app on an iPad. Apps have had to work properly on an iPad for years, even iPhone apps. It will launch on an iPad and display in the centre of the screen, and there's a button to scale it up. You need to test that your app can be launched on an iPad, and that it is functional. That should fix two of your issues.
Jul ’25
Reply to Call app crash
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.
Jul ’25
Reply to airpods not working on phonecalls
These are the Developer Forums, where developers of apps for Apple's platforms ask each other for hints and tips on coding. Your question is more of a product support one, so I'd suggest you ask it over at the Apple Support Forums. Thanks. When posting your question there, make sure to explain which version of iOS you're using and what model of AirPods they are.
Jul ’25