Post

Replies

Boosts

Views

Activity

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
Topic: UI Frameworks SubTopic: SwiftUI Tags:
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.)"
Topic: App & System Services SubTopic: General Tags:
Oct ’23
Reply to Stability issues with ManagedSettings on iOS 16.6? Lots of new crashes
Upon further investigations it seems these issues aren't iOS 16.6 exclusive. By digging through the Xcode Organizer (with the filter set to last year) I found similar ones for iOS 16.4 from April and later for iOS 16.5. But nothing prior to iOS 16.4. Since our app has been out on the day iOS 16 was released this is suspicious. Either the Organizer doesn't show the crashes or they weren't happening. Check the stats below:
Topic: App & System Services SubTopic: General Tags:
Sep ’23
Reply to Screen time API can be disabled easily
+1! This is also huge issue with an app we are working on. We have restrictions in-app to prevent users from disabling shielding of apps (per their requests) but we cannot stop them going to Settings and just turning off the toggle for permissions which immediately disables all restrictions.
Topic: App & System Services SubTopic: General Tags:
Mar ’23
Reply to iOS: Unable to see the option of App Icon in the Product Page Optimization page in the app store connect
Also the same issue on multiple App Store Connect accounts, including app where I have already ran A/B test for alternate icons.
Replies
Boosts
Views
Activity
Jan ’24
Reply to DeviceActivityReportExtension working on IOS 17 device but not on IOS 16 device
Yes, this is known issue for months but Apple is not doing anything about it 🤷🏻‍♂️ I also have my own thread https://developer.apple.com/forums/thread/737948
Topic: Privacy & Security SubTopic: General Tags:
Replies
Boosts
Views
Activity
Oct ’23
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
Topic: UI Frameworks SubTopic: SwiftUI Tags:
Replies
Boosts
Views
Activity
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.)"
Topic: App & System Services SubTopic: General Tags:
Replies
Boosts
Views
Activity
Oct ’23
Reply to DeviceActivityReport no longer works on iOS 16 with Xcode 15
Just opened feedback if anyone wants to reference it: FB13210566
Topic: Privacy & Security SubTopic: General Tags:
Replies
Boosts
Views
Activity
Sep ’23
Reply to Stability issues with ManagedSettings on iOS 16.6? Lots of new crashes
I have also filled a feedback if anyone wants to reference it in their report: FB13092595
Topic: App & System Services SubTopic: General Tags:
Replies
Boosts
Views
Activity
Sep ’23
Reply to Stability issues with ManagedSettings on iOS 16.6? Lots of new crashes
We are also noticing the same issues on iOS 17 now.
Topic: App & System Services SubTopic: General Tags:
Replies
Boosts
Views
Activity
Sep ’23
Reply to Detecting Termination and Re-establishing Connection with DeviceActivityReport App Extension
How do you know about that limit? Is it documented anywhere?
Topic: App & System Services SubTopic: General Tags:
Replies
Boosts
Views
Activity
Sep ’23
Reply to DeviceActivityReport no longer works on iOS 16 with Xcode 15
Will do, we have Feedbacks opened for various activity report issues but not this one yet.
Topic: Privacy & Security SubTopic: General Tags:
Replies
Boosts
Views
Activity
Sep ’23
Reply to ForEach in Widget: How to fit only the number of items that can be fully visible?
Ended up with the ViewThatFits solution that tries to fit as many rows as possible.
Topic: UI Frameworks SubTopic: SwiftUI Tags:
Replies
Boosts
Views
Activity
Sep ’23
Reply to Stability issues with ManagedSettings on iOS 16.6? Lots of new crashes
Upon further investigations it seems these issues aren't iOS 16.6 exclusive. By digging through the Xcode Organizer (with the filter set to last year) I found similar ones for iOS 16.4 from April and later for iOS 16.5. But nothing prior to iOS 16.4. Since our app has been out on the day iOS 16 was released this is suspicious. Either the Organizer doesn't show the crashes or they weren't happening. Check the stats below:
Topic: App & System Services SubTopic: General Tags:
Replies
Boosts
Views
Activity
Sep ’23
Reply to FamilyControls: FamilyActivityPicker needs bug fixes and parity with the system picker
Hello, with 16.4 there is now search - although it would be nice to be able to control the navigation title or be able to hide it.
Topic: App & System Services SubTopic: General Tags:
Replies
Boosts
Views
Activity
Apr ’23
Reply to Screen time API can be disabled easily
+1! This is also huge issue with an app we are working on. We have restrictions in-app to prevent users from disabling shielding of apps (per their requests) but we cannot stop them going to Settings and just turning off the toggle for permissions which immediately disables all restrictions.
Topic: App & System Services SubTopic: General Tags:
Replies
Boosts
Views
Activity
Mar ’23
Reply to codesign wants to access key "access" in your bunch of keys
I solved this by restarting my Mac and it stopped asking
Replies
Boosts
Views
Activity
Mar ’23
Reply to Cannot submit in-app with new buid: Unable to get the in-app approved
Creating new in-app purchase makes it available to include as part of new version submission. But the dialog does not offer to select in-app that was previously rejected. Seems like bug in ASC?
Replies
Boosts
Views
Activity
Feb ’23