Post

Replies

Boosts

Views

Activity

Reply to POSIX 96
What do you mean by you "use the Mail function"? Do you mean the mail command (type it in the Terminal), or do you mean the Mail application? If you mean the application, then I'm afraid you're in the wrong place. 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 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 Issue with Custom element
And what code is it that's failing? Honestly, we cannot do anything without seeing any code. Why do people not get this?
Replies
Boosts
Views
Activity
Feb ’25
Reply to XCode Launch Screen File wont save in project settings
Does the app launch and show the launch screen correctly? If so, I'd leave it as it is. The same thing happens to my apps. You can raise it as a bug if you want: https://feedbackassistant.apple.com/ then post the FB number here.
Topic: UI Frameworks SubTopic: SwiftUI Tags:
Replies
Boosts
Views
Activity
Feb ’25
Reply to POSIX 96
What do you mean by you "use the Mail function"? Do you mean the mail command (type it in the Terminal), or do you mean the Mail application? If you mean the application, then I'm afraid you're in the wrong place. 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 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:
Replies
Boosts
Views
Activity
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:
Replies
Boosts
Views
Activity
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