Post

Replies

Boosts

Views

Activity

Reply to Specify WiFi password for ASDiscoveryDescriptor?
Thanks for the additional details. I guess my imagined use case is really outside the intended ones. My app connects to Nintendo Switch game console, which requires the user to initiate the connection on the Switch. The console then presents a QR code with WiFi network info (including the password which is different each time). So my app scans the code and uses the NEHotspotConfigurationManager to initiate the connection. My idea was to present the new "picker" after the QR code is scanned.
Jul ’24
Reply to ForEach in Widget: How to fit only the number of items that can be fully visible?
I think my solution is the same as you have. I have a function that returns View for the bottom part (the game names + days until release) and I call it three times in the ViewThatFits and pass max number of items to render. I think the range is from three to five and that seems to work in most cases 🤷🏻‍♂️ Wish there was better solution though. Something like ForEachThatFits :D
Oct ’23
Reply to Persist AppIntent after Force Quit?
We just run into the same issue, trying to run the intent from Spotlight results in Shortcuts error notification and when running the intent from interactive widgets, only part of the logic gets executed 🤯 I would have guessed prior experiencing this, that triggering App Intent would launch the app if it were quit before. Here is the error message from screenshot so others might perhaps find it: "The operation couldn't be completed. (WFBackgroundShortcutRunnerErrorDomain error 1.)"
Oct ’23