Post

Replies

Boosts

Views

Activity

Comment on JWT Token Errors
I had a customer email me over night that the error had gone away for them as well. I'll be reaching out to other affected customers but I'm cautiously hopeful. I've been working furiously to set up a API proxy server to route calls from the app through (thereby using the REST API on my server, and potentially getting rid of WeatherKit entirely). I still think I want to finish that work so I can have some insurance in case I need to suddenly switch weather providers.
Topic: App & System Services SubTopic: General Tags:
Jun ’25
Comment on Changes to SwiftData SubModels do not update the UI
Your code is non-standard because you embed a ModelObject (ItemDetail) inside another ModelObject (Item) without defining a relationship. Don’t do that. You need to either make ItemDetail a plain struct, or make it a @Model with a relationship defined between the two. I’ve never seen any Swift Data code that does what you do here. If you don’t wan to link the deletion, you can use deleteRule: .nullify instead.
Topic: UI Frameworks SubTopic: SwiftUI Tags:
Aug ’24
Comment on JWT Token Errors
I had a customer email me over night that the error had gone away for them as well. I'll be reaching out to other affected customers but I'm cautiously hopeful. I've been working furiously to set up a API proxy server to route calls from the app through (thereby using the REST API on my server, and potentially getting rid of WeatherKit entirely). I still think I want to finish that work so I can have some insurance in case I need to suddenly switch weather providers.
Topic: App & System Services SubTopic: General Tags:
Replies
Boosts
Views
Activity
Jun ’25
Comment on App rejection for including one-time offer at the end of onboarding?
Thank you for the reply. Last night I requested a phone call via App Store Connect and the reviewers confirmed that I am scheduled to receive a phone call to discuss how we can resolve the issue. I don’t want you to start a second process with App Review on my account since I’m sure we can figure it out with the planned phone call.
Replies
Boosts
Views
Activity
Nov ’24
Comment on Changes to SwiftData SubModels do not update the UI
Your code is non-standard because you embed a ModelObject (ItemDetail) inside another ModelObject (Item) without defining a relationship. Don’t do that. You need to either make ItemDetail a plain struct, or make it a @Model with a relationship defined between the two. I’ve never seen any Swift Data code that does what you do here. If you don’t wan to link the deletion, you can use deleteRule: .nullify instead.
Topic: UI Frameworks SubTopic: SwiftUI Tags:
Replies
Boosts
Views
Activity
Aug ’24
Comment on SwiftData does not work on a background Task even inside a custom ModelActor.
Thanks for this. I was having the same problem.
Replies
Boosts
Views
Activity
Dec ’23
Comment on WeatherKit error on iOS 17 - macOS 14
I can confirm it's also working for me in beta 5.
Topic: UI Frameworks SubTopic: SwiftUI Tags:
Replies
Boosts
Views
Activity
Jul ’23