Post

Replies

Boosts

Views

Activity

Reply to Backup when wanting to connect to MacBook
I’m being told I have to reset my iPhone back to factory settings That image says if you're having problems you can reset it, not that you have to reset it. The image doesn't show the entire window, so you don't show us whether the other tabs are available, such as the Files tab which is where you would be able to drag & drop a file to add it to an app.
Topic: Community SubTopic: Apple Developers Tags:
23h
Reply to Is my POST method correct
This line: func createTask(_ task: Task) async throws -> Task { if let url = URL(string: "(baseURL)/todos"){ isn't in the formatted code block. Please, when you make a post, please check that your formatting is correct. If it isn't, just edit it and correct it. Anyway: func createTask(_ task: Task) async throws -> Task { if let url = URL(string: "(baseURL)/todos"){ is wrong. You need a \ before (baseURL) Why are you relying on some AI trash app to figure out such a simple bit of coding? Spend a few minutes and learn how to write a POST request using actual sources of information. This Claude thing isn't going to replace actual knowledge. The very fact that you've had to ask us humans kinda proves that.
Topic: Safari & Web SubTopic: General Tags:
1d
Reply to iPhone screen glare
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 hardware designers chat about new features, and it's incredible that you think you might have a direct line to them... If you have a suggestion, you should raise it at: https://feedbackassistant.apple.com/
Topic: Design SubTopic: General
1d
Reply to Battery problem after update
Huh? When you got what? What version of iOS/iPadOS are you taking about? How has battery life decreased? You say your battery health is 99%, so what's your issue? Also, if this is regarding an iOS beta, then you're in the right place. However, if this is a normal iOS/iPadOS release, such as iOS 18.6.1, then you're in the wrong place. Please ask your question at the Apple Support Forums. Thanks. Please consider the place you're posting before you make your post. If this is a normal consumer issue, then the DEVELOPER forums are clearly not the right place for it.
Topic: Community SubTopic: Apple Developers Tags:
1d
Reply to "Auth Key can only be downloaded once. This auth key has already been downloaded."
Oh noes! That's awful! That must really suck! I really feel for you! It must be terrible that you can't get on with your development activities... But... how do you think anyone here can help you when you haven't given us ANY information as to what this relates to? What API are you calling? What are you trying to do? Please, PLEASE, be a bit more cogniscent of where you are and what you're here for. If you have an issue with a specific service and you think us random developers might be able to help you, ask us a valid question. Right now, this should be considered as spam.
1d
Reply to Proposal: Develop a Token Estimation Tool for Foundation Models
Dear Apple Foundation Models Development Team This isn't the Foundation Models Development Team. These forums aren't a direct link for consumers worldwide to directly contact employees at Apple. 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/
1d
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?
3d
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?
3d