Posts

Post not yet marked as solved
2 Replies
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
Post not yet marked as solved
3 Replies
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
Post not yet marked as solved
1 Replies
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.)"
Post not yet marked as solved
3 Replies
Just opened feedback if anyone wants to reference it: FB13210566
Post not yet marked as solved
3 Replies
Will do, we have Feedbacks opened for various activity report issues but not this one yet.
Post not yet marked as solved
3 Replies
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:
Post not yet marked as solved
5 Replies
+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.
Post not yet marked as solved
31 Replies
I solved this by restarting my Mac and it stopped asking
Post not yet marked as solved
1 Replies
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?