Questions tagged [msmessage]

iOS Message Objects used by Message Extensions.

38 questions
0
votes
0 answers

Where is the message instance property of MFMessageComposeViewController?

Why am I not seeing the message instance property of MFMessageComposeViewController? When I type the following, I get a code-time error message in Xcode that says "Value of type 'MFMessageComposeViewController' has no member…
daniel
  • 1,446
  • 3
  • 29
  • 65
0
votes
1 answer

imessage extension app group conversation send fails on first run

I have an imessage extension app that works fine except on the first send to a group. iOS 14.4 multiple devices 8, 8plus, 10... Xcode 12.4 The code goes straight from the send closure (success) to didResignActive. The app is supposed to stay active.…
ekd
  • 26
  • 4
0
votes
0 answers

How can I insert a UIView into an MSMessage?

I am trying to build an iMessage app that allows a person to press a button which inserts a blue UIView into the iMessage text field. I am not sure how I can get the UIView in the iMessage text field. I've tried to convert the UIView to a UIImage,…
user11843304
0
votes
1 answer

Accessing previous MSMessages from MSConversation

If I have sent a few messages in my iMessage app and I want to access previous messages (obviously just my own app-created messages, not just any messages the users have sent in their conversation), is there a way I can do that? I can access the…
Albert Renshaw
  • 17,282
  • 18
  • 107
  • 195
0
votes
0 answers

Change background color of MSMessage app icon slot

I am incorporating the iMessage extension in my app & for that I create the MSMessage instance when some content from my app needs to be sent. I have used the recommended iMessage app icon asset resolution .The app icon is displayed in the top left…
MrDank
  • 2,020
  • 2
  • 17
  • 39
0
votes
2 answers

Can I encode a UIImage into the URL that is sent with an MSMessage in an iMessage app extension?

I am trying to send an image along with the message that my app creates and inserts to send to other users. The image will be the same image used in the layout property of the message, but there is apparently no way to access the image property on…
Cody Lucas
  • 682
  • 1
  • 6
  • 23
0
votes
1 answer

Getting active MSConversation to send a message to

I am building a standalone iMessage application. I have a UIViewController which inherits from MSMessagesAppViewController. It seems activeConversation is always nil. Any ideas why? I am mirroring how Apple sends a message in their sample Ice Cream…
Oh Danny Boy
  • 4,857
  • 8
  • 56
  • 88
0
votes
1 answer

Who is in fact localParticipantIdentifier?

I am creating this interactive messages app. Every time I compose a message and send to the other side and use this command: [messageTemplateLayout setSubcaption:[NSString…
Duck
  • 34,902
  • 47
  • 248
  • 470
1 2
3