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
Google Maps mapView is only gray only on iMessage app
I am working on an iMessage app for which I'd like to have access to google maps. Despite following the tutorial for getting started, the map presents the google logo and stays grey. The common solve for this is making sure the API Key is bound to…

CodeBloke
- 71
- 6
0
votes
1 answer
iMessage extension in swift
I want to make an iMessage app extension for my app, once I have it set up how do I use code from the actual app in the extension? Do I need to import certain files from my app?
I have App Groups set up for both Main app and iMessage extension, how…

ShedSports
- 541
- 2
- 7
- 14
0
votes
1 answer
Message extension sign-in not working properly
I have a message extension in the MS team, when I am trying to sign in it generates a pop-up with a validation code. I encountered this situation for the first time before that I just only need to enter the credentials.
const signInLink = await…

GMAC
- 788
- 4
- 23
0
votes
1 answer
Create an iMessage Extension without storyboards?
I am wondering if it is possible (and if so, some elaboration and steps to achieve) building out a custom iMessage
Extension WITHOUT using storyboards? I have my core app, and then have the additional iMessage extension target. My main app is…

Sanzio Angeli
- 2,872
- 1
- 16
- 30
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
Toolbar accessory added to UITextView as a UIViewRepresentable only displays after first launch of iMessage extension application
Would like to have the toolbar show all the time.
Any help is greatly appreciated as this is a real drag for the user experience.
I've added a toolbar to the keyboard for the TextView as shown below.
However the toolbar only shows after the app has…

ekd
- 26
- 4
0
votes
0 answers
Teams Email of connected user into message extension teams, message extension continue after login
I've one trouble with my teams custom app. I'm making a custom app that return sign-in action to unlogged user when he try to use a search message extension. Now, my problem is:
How can I resume the query after the user logged?
I return to the…

Leonardo
- 69
- 7
0
votes
1 answer
Can't access to func() in parent VC via Delegate/Protocol
Can't access to function in parent view controller from a child via delegate/protocol. print() doesn't print.
In Child VC I have this:
protocol MyViewControllerDelegate: class {
func requestExpandedView()
}
class MyViewController:…

Pavel
- 3
- 4
0
votes
1 answer
Analytics for iMessage stickers
We are going to supplement our iOS app with a sticker pack. So I created a new target (Sticker Pack Extension), and pushed a dozen of stickers into Stickers.xcassets.
Everything works great without a line of code: stickers appeared in iMessage and…

Nick
- 3,205
- 9
- 57
- 108
0
votes
1 answer
Orphaned Artifact iMessage Extension - iOS Bug
I have added an embedded iMessage extension to my app like so:
When I update my app via TestFlight or the App Store my iMessage extension is installed without uninstalling the old causing the iMessage Extension to become completely…

Brian Ogden
- 18,439
- 10
- 97
- 176
0
votes
1 answer
Cannot reinstall iMessage Extension after explicitly uninstalling
I have an iMessage extension included in my main app. Added to the project like so:
And then chose my app Xcode Project from the "Embed in Application" dropdown (I already did this step, the screenshot was taken afterwards to help explain my…

Brian Ogden
- 18,439
- 10
- 97
- 176
0
votes
1 answer
Show Adaptive card on click of button in modal popup in teams chat
I'm working on a azure bot which is invoked in MS Teams as a custom app. I'm a having a button on Adaptive card on click of which i need to show a modal popup for FAQ's.
I'm trying to achieve this using task module of bot framework and i'm…

Mayuresh Jaiswal
- 297
- 3
- 21
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
2 answers
Swift - send header view behind rest of collection view
Ok I have a custom sticker app wherein Im trying to accomplish this effect, the background view behind rest of the cells:
So far Ive created my background view:
self.addSubview(bgView)
self.sendSubviewToBack(bgView)
and tried
func…

blue
- 7,175
- 16
- 81
- 179
0
votes
1 answer
Header in collection view won't show up? Used to work?
I migrated this project (an iMessage app with a collection view to hold stickers) from Swift 3 to Swift 5, and everything works but the header view function simply will not fire, nor will header show up.
I register the header cell in…

blue
- 7,175
- 16
- 81
- 179