Post

Replies

Boosts

Views

Activity

Reply to PushKit (VoIP) delivery issue — user’s device fails to receive VoIP pushes; logging in on that device suppresses VoIP pushes for all devices of that user
This isn't exactly the same issue as yours but we've noticed devices on 18.6.2 / 18.7.1 (and potentially 26) are not receiving voip notifications Logging in with the same user on ios18.5 (and an older iPad) they receive them fine Twilio reports Invalid APNS token when logged in on an affected device
Oct ’25
Reply to Stop using MVVM for SwiftUI
I'd love if there was a GitHub repo anywhere with a simple version of the principles of this thread - I'm a .net dev moved over to iOS, our main app is mainly converted to SwiftUI but it's all MVVM, viewcontrollers, coordinators and some UIKIT bits so very hard to unpack without being a UIKIT dev previously I have lots of SwiftUI gaps to fill so a sensible/simple structure to look at would be super useful!
Topic: UI Frameworks SubTopic: SwiftUI Tags:
Jan ’23
Reply to VoIP / PushKit notification failure on versions of iOS 18
The only way I could resolve this on an affected device was a factory reset. Strange as dev, QA and personal devices on iOS versions > 18.5 all started having this issue at the same time. Something gone wrong at OS level for this update path when generating apns tokens maybe?
Replies
Boosts
Views
Activity
Nov ’25
Reply to PushKit (VoIP) delivery issue — user’s device fails to receive VoIP pushes; logging in on that device suppresses VoIP pushes for all devices of that user
This isn't exactly the same issue as yours but we've noticed devices on 18.6.2 / 18.7.1 (and potentially 26) are not receiving voip notifications Logging in with the same user on ios18.5 (and an older iPad) they receive them fine Twilio reports Invalid APNS token when logged in on an affected device
Replies
Boosts
Views
Activity
Oct ’25
Reply to Stop using MVVM for SwiftUI
I'd love if there was a GitHub repo anywhere with a simple version of the principles of this thread - I'm a .net dev moved over to iOS, our main app is mainly converted to SwiftUI but it's all MVVM, viewcontrollers, coordinators and some UIKIT bits so very hard to unpack without being a UIKIT dev previously I have lots of SwiftUI gaps to fill so a sensible/simple structure to look at would be super useful!
Topic: UI Frameworks SubTopic: SwiftUI Tags:
Replies
Boosts
Views
Activity
Jan ’23
Reply to Xcode 14 / iOS 16 - UIViewRepresentables must be value types
Thanks for the reply! This is the strange thing, it hasn’t been changed for a long time (added by the previous developer) and works fine with iOS 14 and 15. We’ve changed nothing in the app except trying to run with Xcode 14 and iOS 16 The particular class is in a swift package / spm Thanks for your suggestion I will take a look 👍
Replies
Boosts
Views
Activity
Sep ’22
Reply to Xcode 13.3 build "out of memory"
thanks for this, hopefully nothing new breaks :D
Replies
Boosts
Views
Activity
Apr ’22
Reply to Crash on iOS 14 when using @available(iOS 15.0, *) @FocusState variable in SwiftUI
I have this issue too on 13.2 and was hoping 13.3 fixed it...
Topic: UI Frameworks SubTopic: SwiftUI Tags:
Replies
Boosts
Views
Activity
Mar ’22
Reply to Xcode 13.3 build "out of memory"
Thank you for the tip, I will take a look :) Being new to iOS development, how important is bitcode? will become mandatory at some point? My very high level. understanding is it's a step to optimise the app binaries?
Replies
Boosts
Views
Activity
Mar ’22
Reply to Xcode 13.3 build "out of memory"
Just confirmed working in the pipeline with 13.2.1 - guess it's an issue with the latest version?
Replies
Boosts
Views
Activity
Mar ’22