iMessage Extensions consist of apps and sticker packs allowing for interactive and expressive experiences in iMessage conversations.
Questions tagged [imessage-extension]
233 questions
1
vote
1 answer
sticker extension CFBundleVersion mismatch
NOT A DUPLICATE (see more below).
ItunesConnect gives me a warning with :
appex does not match the CFBundleVersion
It seems the error is related purely to the appex which seems to be a compiled version of my sticker extension.
Both targets (app and…

thibaut noah
- 1,474
- 2
- 11
- 39
1
vote
1 answer
Swift 3: iMessage Extension detect User tap on Message and Detect Manual Slide
How i can detect user taps on Message in conversation?
If MessageViewController Controller is compact and user slides up how i can detect that?
I tried these delegates but its not working properly
override func didSelect(_ message: MSMessage,…

Abhishek Thapliyal
- 3,497
- 6
- 30
- 69
1
vote
1 answer
How can I pass a large string to an iMessage Extension?
I am creating an iMessage extension that converts an image to ASCII art (~60,000 chars) and sends it as a scrollView. I currently have an if statement that seques to a different view controller if the message was opened within the transcript. I then…

Liam R
- 536
- 5
- 10
1
vote
1 answer
How to pass values from one custom cell to another view controller by using global variables for iMessage?
I'm trying to develop an iMessage App and i'm not sure how to pass values from a custom cell to another view controller. I need to make sure that once the button is pressed the value from the cell is copied to the text sending space. Please help me…

Abishek Raj
- 41
- 7
1
vote
1 answer
Inserting message, iMessage application swift 3
So basically I have been trying to create a very simple iMessage application where when a button is pressed, it inserts a message into the conversation a bit like what can be seen in this tutorial: The only issue I am having is that when the button…

imjonu
- 515
- 1
- 6
- 12
1
vote
0 answers
Can't insert message after TouchID authentication
So I'm playing around a bit with iMessage apps, and have hit a weird issue. I want to try and use TouchID authentication inside of iMessage, and am able to pop the TouchID alert fine from the iMessage app. However, when I go to insert a message…

Bill L
- 2,576
- 4
- 28
- 55
1
vote
0 answers
Trying to prevent scrolling in collectionView when swiping between iMessage apps
iMessage has the ability to swipe between apps by panning left or right. This presents new view controller, when swiping far/fast enough. My issue is that while swiping to a new app, the stickers in my collectionView are scrolling up and down if I…

Jake Dobson
- 1,716
- 3
- 11
- 29
1
vote
0 answers
How to scale MSStickerView to the size of MSSticker?
My iMessage Extension is currently generating images based on a text input and presenting them to the user as Stickers in an MSStickerView. The user can manipulate the size of the Sticker via a slider bar.
To do this, I am scaling the generated…

mintyLemon
- 25
- 7
1
vote
0 answers
The View Hierarchy Inspector does not work when debugging iMessage Extension
I am debugging my iMessage App Extension.
Mac OS: 10.12.5 Xcode: 8.3.2
When starting up the View Hierarchy Inspector, this is all I see.
I am not filtering any of the views with the depth control.
This happens for all View Controllers inspected and…

FranticRock
- 3,233
- 1
- 31
- 56
1
vote
1 answer
iMessage app - When inserting a message "nil" error is printed
conversation.insert(message, completionHandler: { (error: Error?) in
print(error as Any)
})
Above code is used while creating a picture to be sent as a message in an iMessage app. "nil" is being printed in the log. Would that be a…

Shyam
- 561
- 5
- 22
1
vote
0 answers
Alignment issues in iMessage app
I've been facing weird alignment issues while trying to create an iMessage app.
Please find the screenshots below.
After loading the app, all the elements are against the borders...
Going to expanded mode, makes them align…

Shyam
- 561
- 5
- 22
1
vote
1 answer
iMessage navigation controller bar hidden when expanded
I'm working on a new iMessage app and am seeing some weird behavior. When I expand the app from compact to expanded the navigation bar disappears. To simulate it create a controller thats embedded in a navigation controller. Have it segue to another…

user1148417
- 103
- 7
1
vote
1 answer
My App icon is not appearing in imessage store panel
Icon for buzmessa.. is not appearing while i put all the required imessage icons in Assets and double checked that there sizes are proper as required.

Shivam Tripathi
- 1,405
- 3
- 19
- 37
1
vote
1 answer
ERROR ITMS-90644: "Missing Image Asset Xcode 8.3.1
Please refer the error below.
ERROR ITMS-90644: "Missing Image Asset. Your app is missing the Large App Icon asset 'Messages Icon' in 'Payload/StickerU.app/PlugIns/MessageExtension.appex'."
Checked all thing 9 times but every time fail to upload…

Dilip Bhuva
- 180
- 9
1
vote
0 answers
iMessage sksprite position not consistent with what is printed to console?
I have no idea how to get around this and have been at this for hours. I cannot adjust the position of my SKSpritenodes in accordance with func didTransition(to presentationStyle: in an iMessage extension.
I have tried to lay out my sprites…

blue
- 7,175
- 16
- 81
- 179