Post

Replies

Boosts

Views

Created

Xcode 14.3 / iOS 16.4.1 / iMessages Extension / Icons not showing on physical device
I have an iOS App with an iMessages extension Since upgrading to Xcode 14.3 and iOS 16.4.1 the icon set for the messages extension does not appear on the device; instead showing the no icon placeholder The icons still appear on the simulator, it seems to be just physical devices When I create a new iMessage extension project and use the exact same image assets configured in the same way, the icons appear fine I've noticed a few funny things happening since upgrading to Xcode 14.3, so my best guess is that it's doing something funky behind the scenes. Has anyone experienced something similar / know the root cause for this issue? Note: I've included a reference to both Xcode 14.3 and iOS 16.4.1 as both upgrades happened at the same time so I don't know which, if any are responsible for the issue I'm experiencing.
2
0
949
Apr ’23
MSMessagesAppViewController - no interactions in compact view
Since a recent update, it appears how MSMessagesAppViewController detects user interactions has changed. While in compact 'mode' no user interactions appear to register and this prevents the suite of send message methods being used. When in the expanded view everything works normally and message related methods work normally. Going from the expanded view to the compact view gives a grace period when message related methods still work; after this grace period, we're back to not being able to perform interactions The error relating to the apparent lack of user interactions: (Error Domain=com.apple.messages.messagesapp-error Code=9 "(null)") Is there something I need to do to configure things in such a way where user interactions are registered when in the compact view or this is a bug?
2
0
1.1k
Oct ’22