Post

Replies

Boosts

Views

Activity

Reply to Incorrect JSON Format with JSONEncoder
Can you show us what Response is? That's what you're decoding the JSON into. Also, can you change this to something else? I don't like the re-use of the data variable, and it might be an issue later: guard let data = data else { return } // Maybe: guard let jsonData = data else { return } If not, it's good to clear it up anyway :)
Topic: App & System Services SubTopic: General Tags:
Jul ’24
Reply to How to use the new Text timer formats?
Hi, DTS Engineer, That works, thank you, but it still needs improvement. This Text can only be one line in my View, and it's currently showing "21 weeks, 5 da...". I need it to say "21w 5d". AFAICS the string is computed in the Text then displayed. Is there a way of intercepting this string and formatting it as I need? Without a simple way of formatting the output this will probably involve a lot of stupid string replacements to replace " week" and " weeks" with "w", and then I have to handle it for other languages, too. And I have to remove that comma. As I mentioned above, we really need to be able to format this sort of string. There doesn't seem to be any reason why we are forced to use this one particular format.
Topic: UI Frameworks SubTopic: SwiftUI Tags:
Jul ’24
Reply to Screentime Not Working
If you search these forums you'll see lots of reports of this bug. But the Developer Forums aren't really the right place to raise bugs in a new version of an OS. Apple's engineers aren't reading through these pages to see if anyone's found a bug. These forums are for third-party developers writing apps for Apple's platforms to discuss issues with their code. You need to raise each issue you find separately at https://www.apple.com/feedback/ You can post the FB numbers here if you want, so that others can link to them.
Jul ’24
Reply to IOS18 Beta - Public (is it just me?)
It's a beta release, and there are bound to be issues. You shouldn't install betas on your primary device, just devices you can use for testing. If you aren't a developer, then there really is no need for you to be installing betas. You can, but I don't see the point. Have you raised Feedback reports? You need to raise each issue you find separately at https://www.apple.com/feedback/ You can post the FB numbers here if you want, so that others can link to them.
Jul ’24
Reply to IOS17.6
iOS 17.6 is in beta, right? Beta builds include processes and diagnostics running in the background. You should expect them to be buggy and a bit slower than usual. Son't install beta builds on your primary device, just devices you can use for testing. If you want to raise a bug, do so here: https://www.apple.com/feedback/ then post the FB number here.
Jul ’24
Reply to Camera issues on iPhone 14 Pro Max after iOS 18 beta 3
Have you raised a Feedback report? If not, please do so at https://www.apple.com/feedback/ then post the FB number here.
Replies
Boosts
Views
Activity
Jul ’24
Reply to How to change the background color of the status bar in SwiftUI when creating a custom NavigationController View
Give us the full code to reproduce this.
Topic: UI Frameworks SubTopic: SwiftUI Tags:
Replies
Boosts
Views
Activity
Jul ’24
Reply to Iphone 14 Pro Max- IOS 18 Beta 3 Torch issue
You need to raise each issue you find separately at https://www.apple.com/feedback/ You can post the FB numbers here if you want, so that others can link to them.
Replies
Boosts
Views
Activity
Jul ’24
Reply to IOS 18 Beta Messages app
You need to raise each issue you find separately at https://www.apple.com/feedback/ You can post the FB numbers here if you want, so that others can link to them.
Replies
Boosts
Views
Activity
Jul ’24
Reply to Incorrect JSON Format with JSONEncoder
Can you show us what Response is? That's what you're decoding the JSON into. Also, can you change this to something else? I don't like the re-use of the data variable, and it might be an issue later: guard let data = data else { return } // Maybe: guard let jsonData = data else { return } If not, it's good to clear it up anyway :)
Topic: App & System Services SubTopic: General Tags:
Replies
Boosts
Views
Activity
Jul ’24
Reply to How to use the new Text timer formats?
Hi, DTS Engineer, That works, thank you, but it still needs improvement. This Text can only be one line in my View, and it's currently showing "21 weeks, 5 da...". I need it to say "21w 5d". AFAICS the string is computed in the Text then displayed. Is there a way of intercepting this string and formatting it as I need? Without a simple way of formatting the output this will probably involve a lot of stupid string replacements to replace " week" and " weeks" with "w", and then I have to handle it for other languages, too. And I have to remove that comma. As I mentioned above, we really need to be able to format this sort of string. There doesn't seem to be any reason why we are forced to use this one particular format.
Topic: UI Frameworks SubTopic: SwiftUI Tags:
Replies
Boosts
Views
Activity
Jul ’24
Reply to iOS 18 malfunction
It's in beta. You should expect crashes. That being said, if something is crashing you should let Apple know about it by raising a Feedback Report here: https://www.apple.com/feedback/
Replies
Boosts
Views
Activity
Jul ’24
Reply to Cellular Data Glitch - Beta IOS 18
Have you raised a Feedback report? If not, please do so at https://www.apple.com/feedback/ then post the FB number here.
Replies
Boosts
Views
Activity
Jul ’24
Reply to Updates
Okay. Have you raised a Feedback report? If not, please do so at https://www.apple.com/feedback/ then post the FB number here.
Replies
Boosts
Views
Activity
Jul ’24
Reply to iOS 18 - Google maps and Waze issue
It's a beta, there are going to be issues. Anything happening with Waze and Google Maps is down to Google to fix. You need to raise each issue you find separately at https://www.apple.com/feedback/ You can post the FB numbers here if you want, so that others can link to them.
Replies
Boosts
Views
Activity
Jul ’24
Reply to Screentime Not Working
If you search these forums you'll see lots of reports of this bug. But the Developer Forums aren't really the right place to raise bugs in a new version of an OS. Apple's engineers aren't reading through these pages to see if anyone's found a bug. These forums are for third-party developers writing apps for Apple's platforms to discuss issues with their code. You need to raise each issue you find separately at https://www.apple.com/feedback/ You can post the FB numbers here if you want, so that others can link to them.
Replies
Boosts
Views
Activity
Jul ’24
Reply to IOS18 Beta - Public (is it just me?)
It's a beta release, and there are bound to be issues. You shouldn't install betas on your primary device, just devices you can use for testing. If you aren't a developer, then there really is no need for you to be installing betas. You can, but I don't see the point. Have you raised Feedback reports? You need to raise each issue you find separately at https://www.apple.com/feedback/ You can post the FB numbers here if you want, so that others can link to them.
Replies
Boosts
Views
Activity
Jul ’24
Reply to IOS17.6
iOS 17.6 is in beta, right? Beta builds include processes and diagnostics running in the background. You should expect them to be buggy and a bit slower than usual. Son't install beta builds on your primary device, just devices you can use for testing. If you want to raise a bug, do so here: https://www.apple.com/feedback/ then post the FB number here.
Replies
Boosts
Views
Activity
Jul ’24
Reply to i suggest to deactivate apple beta updates
Yes, and? Beta builds include processes and diagnostics running in the background. You should expect them to be buggy and a bit slower than usual. You shouldn't install them on your primary device, just devices you can use for testing.
Replies
Boosts
Views
Activity
Jul ’24
Reply to WatchOS 11 (22R5299d) Screen not responding and the turn black
Have you raised a Feedback report? If not, please do so at https://www.apple.com/feedback/ then post the FB number here.
Replies
Boosts
Views
Activity
Jul ’24