There is currently a confusing mismatch between the reported CloudKit account status (.available) and the error reported when executing a CloudKit operation (.accountTemporarilyUnavailable). There is also a new account status (.temporarilyUnavailable) but this is not being returned.
Post
Replies
Boosts
Views
Activity
@rowlands At my side SKReceiptRefreshRequest only works in macOS 11 and macOS 12. In macOS 10.14 and macOS 10.15, I get eventually the same errors as using exit 173.
@fedo Unfortunately this issue happens on all macOS editions of the last 4 years (didn't test older versions), so it's probably a server problem.
@fedo At the other hand it's good news that Apple communicates back via Feedback Assistant about this issue. But I need especially a fix for older macOS versions, because on Monterey I can just use TestFlight to test apps.
When the list is embedded in a UINavigationController, the navigationBar seems to adjust itself to the set appearance, regarding the margins it uses. This is especially visible when using .sidebar or .sidebarPlain. When adjusting the contentInset of the list, is there anything we can do to also adjust the margins of the navigationBar?