Post

Replies

Boosts

Views

Activity

Comment on What does WIDGET_BACKGROUND_API_ADOPTION_PROMPT mean?
When I add this, I get an error in Xcode: Branches have mismatching types 'some View' (result of 'Self.containerBackground(for:alignment:content:)') and 'some View' (result of 'Self.background(_:alignment:)')
Replies
Boosts
Views
Activity
Jun ’23
Comment on CLGeocoder geocodePostalAddress returning a lot of kCLErrorGeocodeFoundNoResult errors
Thanks for confirming that it's not just me! Yes, I had to update the app to fall back to using geocodeAddressString in case I get "no results" from geocodePostalAddress
Replies
Boosts
Views
Activity
Nov ’22
Comment on iPhone14 Pro and UserNotification limits
Where is the limit stated in the documentation? I saw it with the (deprecated) UILocalNotification doc, but not with the 'new' UserNotifications framework.
Topic: App & System Services SubTopic: Hardware Tags:
Replies
Boosts
Views
Activity
Sep ’22
Comment on TabularData Framework: crash on opening CSV file
Thanks; it does seem like it's been fixed in iOS16 and macOS13 betas.
Topic: Machine Learning & AI SubTopic: General Tags:
Replies
Boosts
Views
Activity
Jun ’22
Comment on Can Intents Extensions access the container app's Application Support directory?
Any thoughts on how to communicate between app extension and the parent app? On iOS, I would write to a plist file, and the iOS app would read the plist file when it became active and update accordingly ... but wondering if there's a better way on the Mac (while respecting sandboxing).
Topic: App & System Services SubTopic: Core OS Tags:
Replies
Boosts
Views
Activity
Oct ’21