Questions tagged [imessage-extension]

iMessage Extensions consist of apps and sticker packs allowing for interactive and expressive experiences in iMessage conversations.

Documentation

233 questions
0
votes
1 answer

DidSelect method not getting called when tap on message in iMessage Extension

I am developing iMessage Extension, but didSelect(_ message: MSMessage, conversation: MSConversation) not getting called always, sometimes it called. But not getting when it calls and when not. According to my observation after launch of extension,…
technerd
  • 14,144
  • 10
  • 61
  • 92
0
votes
1 answer

Dynamically loading stickers for iMessage

As we can create simple iMessage stickers by just dragging images in the new template(Sticker Pack Application) provided by XCode. Is there a way that rather than having images in XCode, we can have images on a server and the pack gets whatever is…
AKumar
  • 381
  • 6
  • 16
0
votes
1 answer

Can an iMessage App extension use View Controllers defined in the host app?

When creating an iMessage app that is an extension of an existing iOS app, can the iMessage app use View Controllers that were defined in the host app? For example, let's say I have an iOS app that allows you to book meetings and it has a Calendar…
H K
  • 1,215
  • 2
  • 16
  • 29
0
votes
1 answer

How to get MSMessage summary text from Received Message?

I am passing summary message in MSMessage , but when try to get when message received at other end, it returns nil. Below is code for create Message. fileprivate func composeMessage(with url: String, andEventInfo eventInfo: NSDictionary?) ->…
technerd
  • 14,144
  • 10
  • 61
  • 92
-1
votes
1 answer

How to make stickers rotatable and resizable on stickers iOS app?

I'm creating stickers pack for iOS, but I need an ability to resize and rotate stickers. How it can be done? Should I use iMessage extension instead of Stickers pack?
AlKozin
  • 904
  • 8
  • 25
-1
votes
1 answer

An error occured when installing iMessage sticker pack on iPhone

I made an iMessage stickers pack on Xcode. When I tested it on my iPhone, clicking the build button and it would build successfully, but Xcode always said could not attach to pid #### On my cellphone, only the pack icon is visible. The photos and…
Zephaniah Irvine
  • 389
  • 2
  • 12
-1
votes
1 answer

ios iMessage app extension animated gif message

We developed an iMessage app extension that shows stickers or emoji images. We can insert message that contains a static image .png or .jpg, however, if we insert an animated .gif image, it's not animating. We couldn't find any documentation how to…
-2
votes
3 answers

Could not attach to pid : “557”

I am currently building an iMessage extension app and whenever I try to build and run the app on a device I get an error. Could not attach to pid : “557” Domain: IDEDebugSessionErrorDomain Code: 3 Failure Reason: Error 1 The app builds fine for the…
Patrick Haertel
  • 309
  • 4
  • 15
1 2 3
15
16