Post

Replies

Boosts

Views

Activity

Reply to Issue with Developer
This is not really something we random developers on here can handle - we don't work for Apple and have no access to their systems. The only thing you can do with your Apple Developer account is remove the user so they don't have access. What you need to do aside from that is make sure that developer has zero access to your code and systems. We don't know what systems you use, so that's for you to do, not us.
Topic: Community SubTopic: Apple Developers Tags:
Feb ’25
Reply to Onedrive
Microsoft may say that nothing has changed on their end, but that just means they haven't really checked. They're telling you they haven't changed anything in the OneDrive app, but if something in iOS/iPadOS has changed and it has adversely affected OneDrive then it is up to Microsoft to adapt their app to work with the new version of iOS/iPadOS. You should go back to Microsoft and raise a bug in their OneDrive app.
Topic: App & System Services SubTopic: Hardware Tags:
Feb ’25
Reply to Make default Standby clock
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.
Topic: Design SubTopic: General
Feb ’25
Reply to URL passed as attachment to notification is deleted when notification is added
I remember writing this comment in my app a while ago: // Adding the image to the attachment actually deletes the file (huh?!), so save it with a new name, and use that one instead of the original I had an image in a folder that I attached to a notification. Then, when I tried to view the original image in the folder, it wasn't there. So, my fix was to make a copy of it (resized and quality lowered as it wasn't necessary to have a full-size image), and attach that file to the notification so my original image wasn't lost. I think it's expected behaviour, but the Apple docs on attachments here don't mention it.
Topic: UI Frameworks SubTopic: UIKit Tags:
Feb ’25
Reply to Updated to @Observable, now the total not updated on each keystroke
If you fixed it, you should mark your answer as accepted so others know that there's a fix for the issue without having to read through the replies. Secondly, a lot of wordy paragraphs with code interspersed isn't easy to read if you have issues with your code, so it would be appreciated if you would add a chunk of code to explain the initial issue and then the fixed code. Maybe not for this post, but certainly for future ones. Thanks!
Topic: UI Frameworks SubTopic: SwiftUI Tags:
Feb ’25
Reply to La version IOSOS 18.3.1 PARA IPAD AIR 5 GENERACION NO ESTA DISPONIBLE
New versions of the SDK generally come out with a new version of Xcode. Since the latest version of Xcode available is 16.2, and it includes the SDKs for iOS 18.2 and iPadOS 18.2, you cannot test against 18.3 in the Simulator. Either test on a device or wait for a version of Xcode to be released that includes the SDKs for 18.3. I realise English isn't your first language, but I have no idea who "they" are in "they are testing". "I have already added logs in different parts of the application, but in the files that you shared with me no log appears." I'm assuming the files you reference are crash logs? If your application crashes in 18.3 can't you upgrade your iPad Air to 18.3 and use the Simulator to test 18.2? That way you would definitely have an 18.3 version to test with.
Feb ’25
Reply to Email icons
The most recent update of what? These are the Developer Forums, where developers of 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 features. If you have a suggestion, you should raise it at: https://www.apple.com/feedback/
Topic: Design SubTopic: General Tags:
Feb ’25