I have a text in the application that comes with special characters (the text is written in French) that I want to send using MFMessageComposeViewController.
I define the text in the body field:
messageComposeVC.body = body
and call to present the message compose like that :
UIApplication.topViewController()?.present(messageComposeVC, animated: true, completion: nil)
The message/imessage open and display the preview with the text i defined.
But, since the upgrade of the iPhone to ios 17 it stopped working, when i send the message the message was not send and I received a message that the message failed.
I also tested on ios 16 - it works great.
Any idea how i can fix it?
Messages
RSS for tagCreate app extensions that lets users send text, stickers, media files, and interactive messages using Messages.
Posts under Messages tag
87 Posts
Sort by:
Post
Replies
Boosts
Views
Activity
I would love to be able to add an automation shortcut that adds the sender to spam lists and deletes the message based on a certain word in incoming SMS messages. or blocking numbers based on certain asterix characters. It's the 17th version and these features are still missing.
Has anyone else noticed that as of iOS 16, the prevailing image size minimum recommendation of 1200 x 628 (1.91:1) no longer outputs an image in iMessage?
Since iOS 16, we've found we need to at least double that to 2400 x 1256 for an image to display correctly horizontally.
As of iOS 17, this appears to still be the case, however, we are seeing it cropped to more of a square preview.
Is this expected, or could this be indicative of something wrong with the Open Graph properties in place?
We are following the step listed in the documentation below to redirect the authentication request to messages-auth://?status=success
https://register.apple.com/resources/messages/msp-rest-api/type-interactive#url-scheme
However on both iOS and macOS (latest versions) messages-auth:// is not a recognised endpoint to open the messages app again. For example messages:// is working to open the messages app.
Hello dear community,
I have an iMessage extension running perfectly on iOS 16.4, but on 17.0.1 and 17.1.1 it's having real issues. Messaging in iMessage on the iOS 17.0.1 simulator isn't working at all.
MSMessageLiveLayout works perfectly on iOS 16.4, but on iOS 17.1.1 (physical iPhone 15, 14, 13, 12, SE 2020) the MSMessagesAppViewController won't render after didStartSending and subsequent willBecomeActive. The iPhones will just show "Loading...". I debugged through it, couldn't find any issues and works perfectly fine on iOS 16.4 both in the simulator and on a physical device. I'm debugging through the physical devices with XCode, but couldn't find any root cause on why.
Has anyone experienced similar issues with MSMessagesAppViewController in iOS 17.1.1? Any ideas on how to fix this?
Thanks, Jan
Our application already supports an iMessage Extension, allowing users to create and send custom or trending stickers.
On iOS 17.0, a popup menu replaces the old tab in iMessage with a "Stickers" option, and iMessage extensions are put in the "More" option.
The "Stickers" page only shows the Sticker Pack Extension. However, an application can only support Sticker Pack Extension or iMessage Extension. Get this error: "Multiple message payload provider extensions found in app but only one is allowed".
Is there any workaround here? We want our application to keep the iMessage extension but also provide sticker packs.
Every time I try to update my newest sticker pack in Xcode, It gives me this error "warning: The CFBundleShortVersionString of an app extension ('1.2') must match that of its containing parent app ('1.0')."