iMessage Extensions consist of apps and sticker packs allowing for interactive and expressive experiences in iMessage conversations.
Questions tagged [imessage-extension]
233 questions
0
votes
1 answer
Swift - resize image iMessage app
I am making an iMessage app with images for a keyboard app like custom emojis. I have setup outlets on my iMessage story board and connected the button. In my MessageViewController I have the code below in my IBOulet. I want to resize the image…

Matthew Montanez
- 13
- 1
- 4
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
1 answer
Could not create sticker browser with custom constraints
The code I use to create sticker browser in iMessage extension is:
func createStickerBrowser() {
let controller = MSStickerBrowserViewController(stickerSize: .small)
view.translatesAutoresizingMaskIntoConstraints = false
…

Bartłomiej Semańczyk
- 59,234
- 49
- 233
- 358
0
votes
1 answer
Sticker bundle app - how to prepare it for submission
I have a sticker bundle (not iMessage app) and when I go to the Product menu the Archive option is disabled. How is this bundle suppose to be made ready for being published?
The sticker bundle is not part of any app. It is independent (zero…

Anand
- 864
- 10
- 31
0
votes
0 answers
How do I set the Audio Session Category for an iMessage App Extension?
I'm working on an iMessage App Extension using Xamarin.iOS where interacting with videos with audio is critical to its functionality. Right now though, if the silence switch is toggled to silence, then the video will playback without audio. I want…

Gandalf458
- 2,139
- 1
- 21
- 36
0
votes
1 answer
Can't upload stickers to iTunes Connect
I created sticker pack for iMessages in Xcode 8 and I want them to appear in iMessage App Store.
I created new app in iTunes Connect but I can't send it to review because I can't select uploaded build.
I waited for few hours but still can't see my…

moonvader
- 19,761
- 18
- 67
- 116
0
votes
2 answers
Trigger tap on MSSticker or view programmatically?
Alright, I have looked at How to trigger tap gesture recognizer of UIView programmatically and similar questions but cant find what I am looking for. I am building an iMessage app extension, and need too programmatically trigger a tap event on an…

blue
- 7,175
- 16
- 81
- 179
0
votes
1 answer
Swift: can't programmatically select MStickerView in UICollectionView?
Ok, I have looked at similar posts like Select items programmatically in UICollectionView and tried my own methods, but I cannot select an item in my programmatically created UICollectionView with Swift.
I am building an iMessage extension and I…

blue
- 7,175
- 16
- 81
- 179
0
votes
1 answer
How can I sort iMessage images by name?
When I add images to Sticker Pack, they added unsorted. I can sort them manually, one-by-one, but how to sort all of them by name for one time?

Igor
- 12,165
- 4
- 57
- 73
0
votes
2 answers
iMessage extension won't run on a device
I'm developing an iMessage app extension on an existing project. When I run it on a simulator it works just fine. But when I try to run it on a device the status says "Running com.apple.MobileSMS on iPhone", the Messages.app opens up on the device…

cvetkovski
- 11
- 2
0
votes
3 answers
Collection view visible behind navigation bar in iMessage Extension in iOS
I'm developing iMessage Extension app.
My problem is that the collection view is visible behind navigation bar in expand mode.
Is there anybody who has experience in this area?
Looking for any help.

Ioan Moldovan
- 2,272
- 2
- 29
- 54
0
votes
1 answer
Top and bottom constraint changed when change from compact mode to expand mode, expand mode to collapse mode in iMessage Extension
I'm developing iMessage Extension app with Swift 3(iOS 10).
But my problem is that when user changed mode from collapse to expand or expand to collapse, the top constraint is changing so the view is hidden.
From this reference, Why is the top layout…

Ioan Moldovan
- 2,272
- 2
- 29
- 54
0
votes
0 answers
UIAlertController action sheet being covered by input in iMessage extension app
I'm having trouble displaying an action sheet in an iMessage app I'm developing. The problem is that iMessage's input view partially covers the last option on the action sheet:
The code I'm using to display the alertViewController is pretty…

Grzegorz Aperliński
- 848
- 1
- 10
- 23
0
votes
1 answer
Access to UITextField in iMessageExtension Swift 3
I added UITextField to my iMessage ViewController but when I press to edit it jumps to another screen and console print
MessagesExtension[4795:86068] [App] if we're in the real pre-commit handler we can't actually add any new fences due to CA…

aatalyk
- 391
- 4
- 15
0
votes
0 answers
Is it possible to identify what sticker was assigned to your iMessage Extension?
We need to implement iMessage application with the possibility to assign ratings to the messages. Are there any possible way to do it with stickers?
Does iMessage extensions API allow to identify what sticker has been assigned to the sent message?…

Vitaliy
- 2,744
- 1
- 24
- 39