Post

Replies

Boosts

Views

Activity

Reply to How does Apple achieve this effect?
No need to post a second thread on the same issue. You have one hour to edit your post once you've submitted it. If you're outside of that time, just reply to your original post. Don't clutter the forums. Reporting this as a duplicate.
Dec ’25
Reply to Help
No one here can help you. If you can't uninstall the profiles yourself (have you even tried? you don't actually say), then go to an Apple Store and ask for help there. These are the Developer Forums, where developers of third-party apps for Apple's platforms ask each other for hints and tips on coding. You're in the wrong place.
Dec ’25
Reply to Looking for a developer
I doubt this would be allowed, and I doubt any developer would use their own account to publish an app they had no hand in creating. They would be open to various copyright and legal challenges, and they may have their account terminated by Apple. You should create your own Developer account, pay the fee, and publish the application on that account. Don't involve others.
Dec ’25
Reply to Uploading screenshots not working
You haven't actually clarified whether your screenshots are the right dimensions. You've said: I already tried to cut it into the right form for example 6,5" for the biggest screen. What are the dimensions of the screenshots that App Store Connect is asking you for? A 6.9" iPhone 17 Pro Max, for example, should be 1320 x 2868. When you add those they will be resized by App Store Connect to fit all other iPhone sizes. What are the dimensions of the screenshots you're trying to upload? App Store Connect will tell you exactly what's wrong with your screenshots, so please copy that error message and paste it here (as text, not as an image, please).
Dec ’25
Reply to System Data
Hi. These forums are for developers to ask for hints and tips on coding apps for Apple platforms. This isn't the place to grumble about an issue you're having with your iPhone. Your question is more of a product support one, so I'd suggest you ask it over at the Apple Support Forums. Thanks.
Dec ’25
Reply to Xcode is a mess!
Well, that's your opinion. I've managed to release a number of Swift apps without seeing the issues you describe. I've got no idea why you can't organise your folders properly. What's the problem? You ask why it's no longer possible to do something, but you haven't really explained what it is that you're missing. You can still right-click a file or folder and create a new group, new group from selection, new folder, and new folder from selection. And you can drag files and folders onto the Project pane and choose how they're added. I don't understand what it is that you're having a problem with? Rather than posting here, why not raise feedback tickets and explain where you're seeing issues? Give Apple a record of the problems and a chance to fix them. You can do that at: https://feedbackassistant.apple.com/ then post the FB number(s) here. Also, Xcode 26 is out, so you could try that out and see if any of your issues are fixed.
Dec ’25
Reply to SwiftUI Canvas
When you say you needed to "download iOS 26.1" do you mean via the "Add Platforms..." button? Just want to be clear so that anyone else who happens upon this thread knows what the actual solution is. Remember to mark an answer as correct so everyone knows there's a solution to the problem. Thanks!
Nov ’25
Reply to SwiftUI Canvas
Not sure if this is the issue, but you don't have any Simulators listed in the "Other Installed Platforms" section. Click the "Add Platforms..." button and add the iOS 26.1 Simulator, and see if the device picker appears. If not, you might have to add a simulator in the Window > Devices & Simulators > Simulators tab. Hopefully this fixes it.
Nov ’25
Reply to How to collect a user's real email address when using Sign in with Apple and Private Relay?
Hide My Email is a service designed to allow users to HIDE THEIR EMAIL from apps and websites. To you, as the app developer, the email you are given is a valid email address, and you should treat it as such. The issue is in this bit of your post: For marketing reasons, I would prefer to have the user’s real email address instead of the relay email. You're not entitled to override someone's preferences and force them to receive marketing emails from you. Bypassing a Hide My Email address is doing exactly that. If the user decides they no longer want to receive emails from you, they can deactivate that email address and not receive your emails. That is their right. You have no right to override this, or to force someone to provide a different or non-'privaterelay' email address. If I download your app, and it refuses to allow a Hide My Email address, your app would be deleted immediately and I'd never use anything from you again. I'm pretty sure I'm not alone in this.
Nov ’25
Reply to How does Apple achieve this effect?
No need to post a second thread on the same issue. You have one hour to edit your post once you've submitted it. If you're outside of that time, just reply to your original post. Don't clutter the forums. Reporting this as a duplicate.
Replies
Boosts
Views
Activity
Dec ’25
Reply to Help
No one here can help you. If you can't uninstall the profiles yourself (have you even tried? you don't actually say), then go to an Apple Store and ask for help there. These are the Developer Forums, where developers of third-party apps for Apple's platforms ask each other for hints and tips on coding. You're in the wrong place.
Replies
Boosts
Views
Activity
Dec ’25
Reply to Looking for a developer
I doubt this would be allowed, and I doubt any developer would use their own account to publish an app they had no hand in creating. They would be open to various copyright and legal challenges, and they may have their account terminated by Apple. You should create your own Developer account, pay the fee, and publish the application on that account. Don't involve others.
Replies
Boosts
Views
Activity
Dec ’25
Reply to App review rejected by spam
You might want to go to https://developer.apple.com/support/ There's a contact section.
Replies
Boosts
Views
Activity
Dec ’25
Reply to Uploading screenshots not working
You haven't actually clarified whether your screenshots are the right dimensions. You've said: I already tried to cut it into the right form for example 6,5" for the biggest screen. What are the dimensions of the screenshots that App Store Connect is asking you for? A 6.9" iPhone 17 Pro Max, for example, should be 1320 x 2868. When you add those they will be resized by App Store Connect to fit all other iPhone sizes. What are the dimensions of the screenshots you're trying to upload? App Store Connect will tell you exactly what's wrong with your screenshots, so please copy that error message and paste it here (as text, not as an image, please).
Replies
Boosts
Views
Activity
Dec ’25
Reply to System Data
Hi. These forums are for developers to ask for hints and tips on coding apps for Apple platforms. This isn't the place to grumble about an issue you're having with your iPhone. Your question is more of a product support one, so I'd suggest you ask it over at the Apple Support Forums. Thanks.
Replies
Boosts
Views
Activity
Dec ’25
Reply to Xcode is a mess!
Well, that's your opinion. I've managed to release a number of Swift apps without seeing the issues you describe. I've got no idea why you can't organise your folders properly. What's the problem? You ask why it's no longer possible to do something, but you haven't really explained what it is that you're missing. You can still right-click a file or folder and create a new group, new group from selection, new folder, and new folder from selection. And you can drag files and folders onto the Project pane and choose how they're added. I don't understand what it is that you're having a problem with? Rather than posting here, why not raise feedback tickets and explain where you're seeing issues? Give Apple a record of the problems and a chance to fix them. You can do that at: https://feedbackassistant.apple.com/ then post the FB number(s) here. Also, Xcode 26 is out, so you could try that out and see if any of your issues are fixed.
Replies
Boosts
Views
Activity
Dec ’25
Reply to SwiftUI Canvas
When you say you needed to "download iOS 26.1" do you mean via the "Add Platforms..." button? Just want to be clear so that anyone else who happens upon this thread knows what the actual solution is. Remember to mark an answer as correct so everyone knows there's a solution to the problem. Thanks!
Replies
Boosts
Views
Activity
Nov ’25
Reply to SwiftUI Canvas
Not sure if this is the issue, but you don't have any Simulators listed in the "Other Installed Platforms" section. Click the "Add Platforms..." button and add the iOS 26.1 Simulator, and see if the device picker appears. If not, you might have to add a simulator in the Window > Devices & Simulators > Simulators tab. Hopefully this fixes it.
Replies
Boosts
Views
Activity
Nov ’25
Reply to SwiftUI Canvas
Have you got any platforms downloaded in Xcode > Settings... > Components? Can you show us the #Preview macro you're using? What version of Xcode are you on?
Replies
Boosts
Views
Activity
Nov ’25
Reply to SwiftUI – How to completely remove the horizontal “ghost lines” inside List with Section and custom rows?
.listRowSeparator(.hidden) applies to a List's rows not the List itself. Every row in the List you want to hide has to have .listRowSeparator(.hidden) on it. It's granular; it allows you to decide which rows do and do not have a separator on them.
Topic: UI Frameworks SubTopic: SwiftUI Tags:
Replies
Boosts
Views
Activity
Nov ’25
Reply to SwiftUI – How to completely remove the horizontal “ghost lines” inside List with Section and custom rows?
Happy to help!
Topic: UI Frameworks SubTopic: SwiftUI Tags:
Replies
Boosts
Views
Activity
Nov ’25
Reply to SwiftUI Canvas
Show us a screen grab of the bottom of the canvas. You should have something like this:
Replies
Boosts
Views
Activity
Nov ’25
Reply to The airdrop was sent to the wrong device. Will modifying the interface in this way reduce the error
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: Design SubTopic: General
Replies
Boosts
Views
Activity
Nov ’25
Reply to How to collect a user's real email address when using Sign in with Apple and Private Relay?
Hide My Email is a service designed to allow users to HIDE THEIR EMAIL from apps and websites. To you, as the app developer, the email you are given is a valid email address, and you should treat it as such. The issue is in this bit of your post: For marketing reasons, I would prefer to have the user’s real email address instead of the relay email. You're not entitled to override someone's preferences and force them to receive marketing emails from you. Bypassing a Hide My Email address is doing exactly that. If the user decides they no longer want to receive emails from you, they can deactivate that email address and not receive your emails. That is their right. You have no right to override this, or to force someone to provide a different or non-'privaterelay' email address. If I download your app, and it refuses to allow a Hide My Email address, your app would be deleted immediately and I'd never use anything from you again. I'm pretty sure I'm not alone in this.
Replies
Boosts
Views
Activity
Nov ’25