Skip to main content

Questions tagged [imessage]

iMessage is an instant messenger service developed by Apple Inc.

-2 votes
1 answer
35 views

Why does a sound file sent by iMessage change the file name?

I have a standalone iMessage app that sends a sound file to another recipient. The sounds are .wav files, that are assets inside the app, with names like surprise.wav. When I send the file, the sender ...
coco's user avatar
  • 3,092
0 votes
0 answers
25 views

How do I set the selectedMessage when using MSMessageLiveLayout

I have a trivial MSMessagesAppViewController from which I'd like to send a message with an MSMessageLiveLayout. Here's what the message composition looks like: var components = URLComponents() ...
noahbkim's user avatar
  • 528
0 votes
0 answers
16 views

Firebase Dynamic Link preview image sometimes not showing up in iMessage

When I share a Firebase Dynamic Link with social image url already set on iMessage, there are only some images which will have preview image generated. Only iMessage has this issue, as there are ...
Tsuu's user avatar
  • 106
0 votes
0 answers
15 views

Send Custom Interactive Layout in iMessage Extension

I am integrating iMessage app where I have audio which I want to send as Message. But My requirement is to send a custom layout with play button on it and by tapping on it I can play/pause audio. Also ...
Rabia's user avatar
  • 13
1 vote
1 answer
91 views

Standalone iMessage app doesn't appear in neither simulator nor device after installation

I created a standalone iMessage app using Xcode template as the below: I didn't change a single line of code except just populating all necessary icons. After installing the extension using Xcode, ...
appthumb's user avatar
  • 491
1 vote
1 answer
52 views

Create a Standalone iMessage app without Storyboard

I wish to create a Standalone iMessage app without using a storyboard. No app icon would appear on the Home Screen. First I create a simple ViewController: @objc (MessagesViewController) class ...
coco's user avatar
  • 3,092
2 votes
1 answer
62 views

How to send message to recipients individually?

I want to send a single message to many recipients, but in doing so iMessage creates a group chat with all of the recipients. How can I avoid this and send the message to each user individually ...
Ahmed Zaidan's user avatar
0 votes
0 answers
13 views

How to change iMessage group chat photo using AppleScript or Javascript?

I couldn't find any help on the internet or the imessage dictionary in the Script Editor. If AppleScript doesn't work, are there any other methods on MacOS? I am hoping to be able to change the ...
py660's user avatar
  • 147
2 votes
2 answers
135 views

iOS UITableView content goes under UINavigationBar weird bug when inputAccessoryView containing UITextView shows keyboard

I have the following example which shows the issue. I basically want to show a UI similar to iMessage where a UITextView is present at the bottom for typing the message. Once the keyboard is shown in ...
sudoExclamationExclamation's user avatar
0 votes
0 answers
30 views

AppleScript iMessage to SMS accounts not working MacOSX Sonoma

Trying to write a script that parses through an excel file and sends SMS/iMessage to all listings in the file. Script works for all except SMS type. Please help. set file_Name to "/Target.xlsx&...
jh45's user avatar
  • 1
0 votes
0 answers
172 views

iMessage User Agent firing crawler twice

I've been building an express server to filter our crawlers from normal users to display very specific meta information. I've got a very large crawler list (JSON) that I use pattern matching on to ...
Felix's user avatar
  • 13
1 vote
0 answers
36 views

Sending MSMessage in iOS 17 Simulator Fails

Using iOS 17 I notice when I compose an MSMessage and insert it into the active conversation and send it in the simulator the message does not appear in the the message thread. The didStartSending(_ ...
joeshonm's user avatar
  • 101
0 votes
2 answers
84 views

activeConversation is always nil while developing iMessage App

When I create a sample iMessage app project and run it on my device, it consistently displays the error message 'Error creating the CFMessagePort needed to communicate with PPT.' Additionally, when I ...
Raja Talha's user avatar
0 votes
0 answers
14 views

IMessage can't show applicps banner after iOS 16.4

It is ok before iOS 16.4 , but update 16.4(and later version),can't show appclips banner; but apple appclips(checkcoverage.apple.com) can show normally; how to adpater 16.4; the meta information or ...
fei xiao's user avatar
1 vote
1 answer
371 views

OpenGraph message preview messages are not showing in iMessage, but they're showing everywhere else

We text customers a link to a webpage, and we want it to show up in the link preview. It's working on android, Facebook Messenger, and many other tools. It only shows in iMessage if sent from another ...
Travis Don Kindred's user avatar

15 30 50 per page
1
2 3 4 5
32