Post

Replies

Boosts

Views

Activity

Reply to Getting a grey screen in our app, not getting resolved even after debugging
How do you expect us to help you with that? What are the users logging in to? Is it your own backend system? If so, then it's up to you to figure out whether the service is returning the right value and that your app is receiving it and handling it properly. If it's some other system, then which system? You've literally just mentioned that there's a bug somewhere and you expect us to be able to solve it with the vague details you've provided. I think you may need to provide way more details than that.
Jan ’25
Reply to cannot find in scope
We've given you complete sections of working code and shown you how to use them. You've responded that you didn't try them or don't know how to try them. At this point, I am no longer willing to help you. I've done my best, but if you're unwilling to try our responses, why should we bother wasting our time? i wish you well in your coding endeavours, but I cannot help you anymore.
Jan ’25
Reply to IPhone 16 - remove Device Management
Take it back to the store and say they sold you an iPhone that is blocked by this Telia software thing. Demand a brand new replacement, and open it there and then in the store in front of one of their staff. If you have a separate phone (or camera, which you seem to have), record the unboxing. Or, you could do as it says, and contact Telia Customer Service, demanding they remove it, but I wouldn't be 100% satisfied with that solution at all.
Topic: App & System Services SubTopic: General Tags:
Dec ’24
Reply to MAC OS Sequoia 15.2 and Thunderbolt incompatibilities
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. I know you've been on the product support forums, but jumping to these developer forums is a waste of time, and you're just clogging these forums up for everyone else. Have you raised a Feedback report? If not, please do so at https://feedbackassistant.apple.com/ You will get more traction there than a random post on here. Oh, and a few minor things: It's "macOS" not MAC OS" It's "Mac" not "MAC". It's "Mac Pro" not "MAC PRO"
Dec ’24
Reply to Swift/ Swift UI errors.
MyApp likely has something called ContentView() in it. This means that it wants to display the view called ContentView. You seem to have deleted the lines that define ContentView, so you need to put them back: import SwiftUI import AVFoundation struct ContentView: View { var body: some View { Button("Greet me") { let synthesizer = AVSpeechSynthesizer() let utterance = AVSpeechUtterance(string: "Hello World!") synthesizer.speak(utterance) } } }
Topic: UI Frameworks SubTopic: SwiftUI Tags:
Dec ’24
Reply to APP login
Which app are you talking about? Which version of iOS are you talking about? And how does the input box "not work"? If this app is developed by a third-party - not Apple - then you should probably speak to the developer of that app, and not we random developers on here. We don't work for Apple, and it's also unlikely that the specific developer of whatever app you're talking about is on here reading your extremely vague post.
Dec ’24
Reply to Getting a grey screen in our app, not getting resolved even after debugging
How do you expect us to help you with that? What are the users logging in to? Is it your own backend system? If so, then it's up to you to figure out whether the service is returning the right value and that your app is receiving it and handling it properly. If it's some other system, then which system? You've literally just mentioned that there's a bug somewhere and you expect us to be able to solve it with the vague details you've provided. I think you may need to provide way more details than that.
Replies
Boosts
Views
Activity
Jan ’25
Reply to accessing Items.data
It's encrypted for a good reason. If you need to access such data you should use whatever APIs are available, if they are available.
Replies
Boosts
Views
Activity
Jan ’25
Reply to cannot find in scope
We've given you complete sections of working code and shown you how to use them. You've responded that you didn't try them or don't know how to try them. At this point, I am no longer willing to help you. I've done my best, but if you're unwilling to try our responses, why should we bother wasting our time? i wish you well in your coding endeavours, but I cannot help you anymore.
Replies
Boosts
Views
Activity
Jan ’25
Reply to SwiftUI From/List Issue: All Buttons Trigger Simultaneously in List View
I can't remember the name of it but you need to add a modifier to each button when it's in a List. I think it's a ButtonStyle and it's Plain, something like that. (I'm not near my Mac at the moment so can't confirm.)
Topic: UI Frameworks SubTopic: SwiftUI Tags:
Replies
Boosts
Views
Activity
Dec ’24
Reply to Magic Keyboard (brand new) not typing unless i hold the key.
These are the Developer Forums, where developers of third-party apps get together to ask for hints and tips on coding their apps. You're in the wrong place. Your issue is more of a product support one. Please use the support forums, or go into an Apple Store. Thanks.
Replies
Boosts
Views
Activity
Dec ’24
Reply to Spotlight doesn't show .html file results
Okay, I'd say raise a bug, then post the FB number here. https://feedbackassistant.apple.com/
Topic: App & System Services SubTopic: General Tags:
Replies
Boosts
Views
Activity
Dec ’24
Reply to Spotlight doesn't show .html file results
Do you get different results if the "Websites" item in Settings > Spotlight is on or off? Perhaps "Websites" is a new option in macOS 15? I can't remember if it was there before, but it might encompass .html files, too.
Topic: App & System Services SubTopic: General Tags:
Replies
Boosts
Views
Activity
Dec ’24
Reply to IPhone 16 - remove Device Management
Take it back to the store and say they sold you an iPhone that is blocked by this Telia software thing. Demand a brand new replacement, and open it there and then in the store in front of one of their staff. If you have a separate phone (or camera, which you seem to have), record the unboxing. Or, you could do as it says, and contact Telia Customer Service, demanding they remove it, but I wouldn't be 100% satisfied with that solution at all.
Topic: App & System Services SubTopic: General Tags:
Replies
Boosts
Views
Activity
Dec ’24
Reply to Swift/ Swift UI errors.
Don't forget to tip your waiter / mark the answer as accepted.
Topic: UI Frameworks SubTopic: SwiftUI Tags:
Replies
Boosts
Views
Activity
Dec ’24
Reply to Image Playground is not working after update !!!
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
Dec ’24
Reply to Please support device mirroring with cable and without iCloud login
If you have a suggestion, you should raise it at: https://www.apple.com/feedback/
Topic: Community SubTopic: Apple Developers Tags:
Replies
Boosts
Views
Activity
Dec ’24
Reply to MAC OS Sequoia 15.2 and Thunderbolt incompatibilities
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. I know you've been on the product support forums, but jumping to these developer forums is a waste of time, and you're just clogging these forums up for everyone else. Have you raised a Feedback report? If not, please do so at https://feedbackassistant.apple.com/ You will get more traction there than a random post on here. Oh, and a few minor things: It's "macOS" not MAC OS" It's "Mac" not "MAC". It's "Mac Pro" not "MAC PRO"
Replies
Boosts
Views
Activity
Dec ’24
Reply to I cannot share the sqlite database file.
We need the basics before we can even attempt to help you: How are you trying to share the file? What error(s) are you receiving? Are you doing this inside an app you're developing, and do you need help with the code; or is this more of a generic product support request?
Replies
Boosts
Views
Activity
Dec ’24
Reply to Swift/ Swift UI errors.
MyApp likely has something called ContentView() in it. This means that it wants to display the view called ContentView. You seem to have deleted the lines that define ContentView, so you need to put them back: import SwiftUI import AVFoundation struct ContentView: View { var body: some View { Button("Greet me") { let synthesizer = AVSpeechSynthesizer() let utterance = AVSpeechUtterance(string: "Hello World!") synthesizer.speak(utterance) } } }
Topic: UI Frameworks SubTopic: SwiftUI Tags:
Replies
Boosts
Views
Activity
Dec ’24
Reply to APP login
Which app are you talking about? Which version of iOS are you talking about? And how does the input box "not work"? If this app is developed by a third-party - not Apple - then you should probably speak to the developer of that app, and not we random developers on here. We don't work for Apple, and it's also unlikely that the specific developer of whatever app you're talking about is on here reading your extremely vague post.
Replies
Boosts
Views
Activity
Dec ’24