Post

Replies

Boosts

Views

Activity

Reply to Updating watch complications from the server when using WidgetKit
Thank you for your reply. I was looking into registering for APNS pushes directly from the widget extension last year, but the problem is that my push doesn't contain enough data by itself to do the refresh. From what I understood from the API, when a push is received in the widget extension, it just calls the reload timeline method on the provider with no metadata attached to it. That is not enough for me to determine if the update should be treated differently. I need the main app target to do the sync first, so that the widget extension can get updated afterwards. But nevertheless, thank you for your tips. I will look more into it to see if I could somehow make it work with combining these approaches that you suggested.
Topic: General SubTopic:
watchOS Q&A
Jun ’26
Reply to Troubleshooting Core Data Lightweight Migration: A Real-World Challenge
I have ran into the exact same issue. I also created a new model before I added the fetch indexes in the model editor. In my testing the migration was working correctly, but in production I am seeing quite a lot of crashes. I suspect there is something wrong with the lightweight migration when the fetch indexes are involved. Probably it's not a very widely used feature, that's why it's not getting more love from Apple. From what I've been able to tell in my crash reporting tool, it only crashes once per user. So hopefully on the second run it works for them, but I don't know that for certain and that worries me.
Topic: App & System Services SubTopic: iCloud Tags:
Sep ’24
Reply to Live Activity doesn't open watchOS app
I am experiencing the same issue. I have looked through the Console logs and seeing pretty much the same thing as @JagCesar2 . It would be great if this could be fixed soon, because I'd love to test the logic of performing sync with my server after the app is opened by tapping on the live activity, and then displaying the relevant screen. I have submitted a Feedback for this: FB14754576
Aug ’24
Reply to Updating watch complications from the server when using WidgetKit
Thank you for your reply. I was looking into registering for APNS pushes directly from the widget extension last year, but the problem is that my push doesn't contain enough data by itself to do the refresh. From what I understood from the API, when a push is received in the widget extension, it just calls the reload timeline method on the provider with no metadata attached to it. That is not enough for me to determine if the update should be treated differently. I need the main app target to do the sync first, so that the widget extension can get updated afterwards. But nevertheless, thank you for your tips. I will look more into it to see if I could somehow make it work with combining these approaches that you suggested.
Topic: General SubTopic:
watchOS Q&A
Replies
Boosts
Views
Activity
Jun ’26
Reply to SetFocusFilterIntent `perform()` method is not called on iOS 18 beta
Yes, I am also seeing this. More specifically: for me the perform() is called as long as my app is open when I change the Focus mode. But, if my app is in the background, perform doesn't get called.
Topic: App & System Services SubTopic: General Tags:
Replies
Boosts
Views
Activity
Feb ’25
Reply to Troubleshooting Core Data Lightweight Migration: A Real-World Challenge
I have ran into the exact same issue. I also created a new model before I added the fetch indexes in the model editor. In my testing the migration was working correctly, but in production I am seeing quite a lot of crashes. I suspect there is something wrong with the lightweight migration when the fetch indexes are involved. Probably it's not a very widely used feature, that's why it's not getting more love from Apple. From what I've been able to tell in my crash reporting tool, it only crashes once per user. So hopefully on the second run it works for them, but I don't know that for certain and that worries me.
Topic: App & System Services SubTopic: iCloud Tags:
Replies
Boosts
Views
Activity
Sep ’24
Reply to Live Activity doesn't open watchOS app
I am experiencing the same issue. I have looked through the Console logs and seeing pretty much the same thing as @JagCesar2 . It would be great if this could be fixed soon, because I'd love to test the logic of performing sync with my server after the app is opened by tapping on the live activity, and then displaying the relevant screen. I have submitted a Feedback for this: FB14754576
Replies
Boosts
Views
Activity
Aug ’24
Reply to Can't add new version of app - An error occurred
I'm also experiencing the same issue! Probably something wrong on Apple's backend. Hopefully they will fix it soon.
Replies
Boosts
Views
Activity
Feb ’24
Reply to Color profile for App Store assets
I'd love to hear an answer about this as well.
Replies
Boosts
Views
Activity
Feb ’23