Post

Replies

Boosts

Views

Activity

Comment on How do I get my widgets to work?
Do you understand how pointless your suggestion is? You haven't offered the name of a session to watch. I already have widgets working; my issue was specifically mentioned in my question. Regardless, I have recently fixed this with help from an ex Apple employee on Mastodon, and no WWDC session would've helped.
Topic: App & System Services SubTopic: General Tags:
Jun ’24
Comment on Rejected due to having User Registration to use the App
Then you may need to generate some sort of unique userId. When the app is launched for the first time and the user doesn't login, generate the id and send that with your request to the server, and reject requests after a number have been made. If the user instead logs in, retrieve the id from your own server and store it in the app. Again, it won't stop deletion and re-installation of the app as a new id will be generated each time.
Topic: App & System Services SubTopic: General Tags:
May ’24
Comment on SwiftUI is pressing both buttons in a List
it really is infuriating sometimes. For example, the new ColorPicker. It's a View so it has to be displayed as a View, and it adds its own little palette picker so you can't just say, "Show a ColorPicker when the user presses this other Text button I've created". You always see the palette button, so if you want to have a few of them on different part s of your app, you get that stupid palette everywhere. I just want to show a ColorPicker when the user taps some other button of my design.
Topic: UI Frameworks SubTopic: SwiftUI Tags:
Feb ’24
Comment on Combining condition to show something,
No problem. Was fun to do! When working with Bools I try to always name them as though they are positive (so I would've used showTeco rather than hideTeco) unless the switch itself needs to be a negative ("Hide TECO"). The idea is not to confuse myself. I agree on the else [] bit. I didn't know if you wanted them all showing or not, but the change was simple.
Topic: Programming Languages SubTopic: Swift Tags:
Feb ’24
Comment on IPAD not visible in Mac
Which betas are you on? "iOS 17.0" is the OS version, not the beta version. What have you tried? Restarting the Mac and the iPad? Checking in the Console app when you plug it in? Reinstalled Xcode? We cannot help you with the tiny amount of information you've given us.
Topic: App & System Services SubTopic: Core OS Tags:
Aug ’23
Comment on A Leak in the iPhone App Store, Just on iPhone, Spammers are Affecting the keyword suggested apps, It needs serious attention
If you've already reported it to the App Store team then why are you reporting it here? This is what I mean by spamming these forums. I don't stand beside spammers, thanks, but I also don't know why you think any app creator on here is going to be able to help you with this? What do you want from us? Agreement that there's an issue in the App Store? Great! I agree, but I can't do anything about it, neither can any of the other app creators on here. Speak to the App Store team again.
Aug ’23