Post

Replies

Boosts

Views

Activity

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
Reply to Ubuntu-Asahi Dual Boot
Sorry, but this isn't the place for such questions. 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.
Feb ’25
Reply to Swipe gestures for widgets
Well, the user could use Stacks on their Home Screen. Alternatively, can't you change the view on a button press?
Topic: UI Frameworks SubTopic: General Tags:
Replies
Boosts
Views
Activity
Feb ’25
Reply to Recovering Lost Password
A quick search yields this link. It looks like it doesn't delete your data. Read it through.
Replies
Boosts
Views
Activity
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
Replies
Boosts
Views
Activity
Feb ’25
Reply to How to Remotely Block Apps on a Child’s Device Using Screen Time API?
Two similar posts, two different usernames. Marking this as a duplicate.
Topic: App & System Services SubTopic: General Tags:
Replies
Boosts
Views
Activity
Feb ’25
Reply to MacOS sometimes not asking for password after sleep when close lid
Not really a question for us random developers. Your question is more of a product support one, so I'd suggest you ask it over at the Apple Support Forums. Thanks.
Topic: Community SubTopic: Apple Developers Tags:
Replies
Boosts
Views
Activity
Feb ’25
Reply to Accessibility voice over issue.
Once again, post some code!
Replies
Boosts
Views
Activity
Feb ’25
Reply to Accessibility full keyboard access issue.
Again, we can't really see what the issue is if you don't post any code.
Replies
Boosts
Views
Activity
Feb ’25
Reply to Accessibility full keyboard access issue.
We can't really see what the issue is if you don't post any code. For example, "My car doesn't work" tells me nothing about how I might possibly be able to help you.
Replies
Boosts
Views
Activity
Feb ’25
Reply to Spotlight Search Broken with MacOS Sequoia 15.3.1
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: Community SubTopic: Apple Developers Tags:
Replies
Boosts
Views
Activity
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:
Replies
Boosts
Views
Activity
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:
Replies
Boosts
Views
Activity
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.
Replies
Boosts
Views
Activity
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:
Replies
Boosts
Views
Activity
Feb ’25
Reply to Ubuntu-Asahi Dual Boot
Sorry, but this isn't the place for such questions. 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
Feb ’25
Reply to Xcode Open File from Previous Project for Reference
Yes, clearly you can't be in full screen mode already when you want to drag the window around.
Replies
Boosts
Views
Activity
Feb ’25