Post

Replies

Boosts

Views

Activity

Reply to Problem with testing
If you comment on a response it doesn't mark the thread as having had any responses, so it doesn't look like the thread has had any updates. You need to reply to posts rather than comment. Anyway, you say you've tried it on the iPad Simulator... what happened? Did it work or not? You're really not providing even the bare minimum information for us to help you. If you try something you need to tell us what happened or we have to ask you what happened, and it just takes longer to get a solution. So, what happened? Did your app work or not?
Aug ’25
Reply to Question about Xcode
I have an app that has an iOS target and a watchOS target. In the iOS target there's an Info.plist file, which was auto-generated, but has been modified as the app has developed over the years. The watchOS target also has an Info.plist file, but all it contains is this: <?xml version="1.0" encoding="UTF-8"?> <!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd"> <plist version="1.0"> <dict> <key>UIApplicationSceneManifest</key> <dict> <key>UIApplicationSupportsMultipleScenes</key> <false/> <key>UISceneConfigurations</key> <dict/> </dict> </dict> </plist> What are you trying to put into an Info.plist file, and which file: the iOS one or the watchOS one?
Aug ’25
Reply to MintAi - Expense Tracker
I don't think you've really understood what these Developer Forums are here for. They're for developers of apps for Apple's platforms - like you - to ask each other for hints and tips on coding. They're not for you to advertise your latest app, and they aren't here for you to drum up testers for it. We all have our own apps to develop and test; do you think we have spare time to test your apps, too? (No.) You can advertise your apps on the various Mac/iPhone rumour sites, but please don't do it here.
Aug ’25
Reply to Use iPhone for Two Factor Login
Every authenticator app can generate codes for multiple accounts, so yes, you can use your iPhone for more than one account. That aside, this isn't the place for this sort of question. 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.
Aug ’25
Reply to Problem with testing
Apple are right - all iPhone apps can run on an iPad, so you need to test that your app will run on an iPad. You said: "everything was fine in the simulator and in the real iPhone", but you don't say whether you tried it in the iPad Simulator or just the iPhone Simulator? I suggest you build your app and run it on an iPad Air 5 Simulator, and see whether it works. If it doesn't, you'll be able to fix it and re-submit it for approval.
Aug ’25
Reply to Cant see any Documents and Desktop items on local hard disk after upgrading to macOS Tahoe 26
You can store your Desktop items and Documents folder contents in iCloud Drive, so it looks like the Public Beta might have turned this option on. Just go into your Settings app and into your Apple Account. In the iCloud section there'll be a "Drive" item, and within there will be a switch to turn off Desktop & Documents Folders. (These steps are valid for Sequoia, and may have changed slightly in Tahoe, so take a minute and have a look around.)
Aug ’25
Reply to TestFlight
You ask the developer of the specific app you want to test, and they invite you. You can do this by contacting them through the contact details that every app developer provides on their app pages in the App Store. What you don't do is put a post on these Developer Forums about it, because: The developer of the app you want to test is likely not on here. (There are millions of developers around the world, and not every developer is on here.) Even if they are here, your post is not specific enough, so even if they saw it they wouldn't know it's their app you want to test. These are the Developer Forums, where developers of third-party apps for Apple's platforms ask each other for hints and tips on coding. Asking for TestFlight invitations is nothing to do with these forums.
Aug ’25
Reply to Guideline 4.3(b) - Design - Spam
Yes, but is it spam? Are there too many similar dating apps on the Apple App Store already? What reasons were given for the rejection? Have you thought about adding extra features to differentiate your app from the others?
Topic: Design SubTopic: General
Aug ’25
Reply to Beta 5 hardEdge Scrollstyle blurs my whole table
We random developers cannot see your feedback, so we can't see your videos. You cannot see my feedback reports either, so... The best way to report something here and in the Feedback Assistant is to explain the issue fully in both places. On here, we'll be able to see the issue, and maybe one of us has a solution or workaround that you hadn't thought of. On the Feedback Assistant, Apple has a record and will get around to fixing the issue for all of us, if it is indeed an issue.
Topic: UI Frameworks SubTopic: UIKit Tags:
Aug ’25
Reply to encountering a console warning when accessing NSUserDefaults within the willFinishLaunchingWithOptions method. However, it appears that all the key values are loading correctly despite the warning.
Does the warning appear in the Xcode console with a yellow background? I've seen this one before in my own apps, and I'm sure it's also been mentioned on these forums before, so please do a search first, but I think it's okay to ignore. I believe it's an internal Apple warning. You can raise a Feedback report to them and they'll look at fixing the issue and removing the warning/logging: https://feedbackassistant.apple.com/ (post the FB number here if you do).
Topic: App & System Services SubTopic: General Tags:
Aug ’25
Reply to Problem with testing
If you comment on a response it doesn't mark the thread as having had any responses, so it doesn't look like the thread has had any updates. You need to reply to posts rather than comment. Anyway, you say you've tried it on the iPad Simulator... what happened? Did it work or not? You're really not providing even the bare minimum information for us to help you. If you try something you need to tell us what happened or we have to ask you what happened, and it just takes longer to get a solution. So, what happened? Did your app work or not?
Replies
Boosts
Views
Activity
Aug ’25
Reply to Question about Xcode
Or, create a new project in Xcode and add a watchOS target, then see how it's structured. This usually fixes project structure issues.
Replies
Boosts
Views
Activity
Aug ’25
Reply to Question about Xcode
I have an app that has an iOS target and a watchOS target. In the iOS target there's an Info.plist file, which was auto-generated, but has been modified as the app has developed over the years. The watchOS target also has an Info.plist file, but all it contains is this: <?xml version="1.0" encoding="UTF-8"?> <!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd"> <plist version="1.0"> <dict> <key>UIApplicationSceneManifest</key> <dict> <key>UIApplicationSupportsMultipleScenes</key> <false/> <key>UISceneConfigurations</key> <dict/> </dict> </dict> </plist> What are you trying to put into an Info.plist file, and which file: the iOS one or the watchOS one?
Replies
Boosts
Views
Activity
Aug ’25
Reply to MintAi - Expense Tracker
I don't think you've really understood what these Developer Forums are here for. They're for developers of apps for Apple's platforms - like you - to ask each other for hints and tips on coding. They're not for you to advertise your latest app, and they aren't here for you to drum up testers for it. We all have our own apps to develop and test; do you think we have spare time to test your apps, too? (No.) You can advertise your apps on the various Mac/iPhone rumour sites, but please don't do it here.
Replies
Boosts
Views
Activity
Aug ’25
Reply to Use iPhone for Two Factor Login
Every authenticator app can generate codes for multiple accounts, so yes, you can use your iPhone for more than one account. That aside, this isn't the place for this sort of question. 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.
Replies
Boosts
Views
Activity
Aug ’25
Reply to Problem with testing
Apple are right - all iPhone apps can run on an iPad, so you need to test that your app will run on an iPad. You said: "everything was fine in the simulator and in the real iPhone", but you don't say whether you tried it in the iPad Simulator or just the iPhone Simulator? I suggest you build your app and run it on an iPad Air 5 Simulator, and see whether it works. If it doesn't, you'll be able to fix it and re-submit it for approval.
Replies
Boosts
Views
Activity
Aug ’25
Reply to Issues creating a spatial gallery, how to sync a ImagePresentationComponent size and a SwiftUI overlay ?
That's not a good way to handle this. If you had an issue and you found the solution, post the solution here and mark it as the accepted answer so that someone else who has that problem will find the solution, too.
Topic: Graphics & Games SubTopic: RealityKit Tags:
Replies
Boosts
Views
Activity
Aug ’25
Reply to Cant see any Documents and Desktop items on local hard disk after upgrading to macOS Tahoe 26
You can store your Desktop items and Documents folder contents in iCloud Drive, so it looks like the Public Beta might have turned this option on. Just go into your Settings app and into your Apple Account. In the iCloud section there'll be a "Drive" item, and within there will be a switch to turn off Desktop & Documents Folders. (These steps are valid for Sequoia, and may have changed slightly in Tahoe, so take a minute and have a look around.)
Replies
Boosts
Views
Activity
Aug ’25
Reply to TestFlight
You ask the developer of the specific app you want to test, and they invite you. You can do this by contacting them through the contact details that every app developer provides on their app pages in the App Store. What you don't do is put a post on these Developer Forums about it, because: The developer of the app you want to test is likely not on here. (There are millions of developers around the world, and not every developer is on here.) Even if they are here, your post is not specific enough, so even if they saw it they wouldn't know it's their app you want to test. These are the Developer Forums, where developers of third-party apps for Apple's platforms ask each other for hints and tips on coding. Asking for TestFlight invitations is nothing to do with these forums.
Replies
Boosts
Views
Activity
Aug ’25
Reply to iOS Screenshot Markup – Rounded Crop Tool (UI Concept)
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
Aug ’25
Reply to ios 26 bata 4 - Unable to change Image foreground color
Have you tried this in beta 5? Beta 4 is now defunct so it wouldn't make any sense raising an issue on that version.
Replies
Boosts
Views
Activity
Aug ’25
Reply to Request for Device Temperature Monitoring and Thermal Attribution Analysis APIs
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: App & System Services SubTopic: General Tags:
Replies
Boosts
Views
Activity
Aug ’25
Reply to Guideline 4.3(b) - Design - Spam
Yes, but is it spam? Are there too many similar dating apps on the Apple App Store already? What reasons were given for the rejection? Have you thought about adding extra features to differentiate your app from the others?
Topic: Design SubTopic: General
Replies
Boosts
Views
Activity
Aug ’25
Reply to Beta 5 hardEdge Scrollstyle blurs my whole table
We random developers cannot see your feedback, so we can't see your videos. You cannot see my feedback reports either, so... The best way to report something here and in the Feedback Assistant is to explain the issue fully in both places. On here, we'll be able to see the issue, and maybe one of us has a solution or workaround that you hadn't thought of. On the Feedback Assistant, Apple has a record and will get around to fixing the issue for all of us, if it is indeed an issue.
Topic: UI Frameworks SubTopic: UIKit Tags:
Replies
Boosts
Views
Activity
Aug ’25
Reply to encountering a console warning when accessing NSUserDefaults within the willFinishLaunchingWithOptions method. However, it appears that all the key values are loading correctly despite the warning.
Does the warning appear in the Xcode console with a yellow background? I've seen this one before in my own apps, and I'm sure it's also been mentioned on these forums before, so please do a search first, but I think it's okay to ignore. I believe it's an internal Apple warning. You can raise a Feedback report to them and they'll look at fixing the issue and removing the warning/logging: https://feedbackassistant.apple.com/ (post the FB number here if you do).
Topic: App & System Services SubTopic: General Tags:
Replies
Boosts
Views
Activity
Aug ’25