Questions tagged [ios-messages-extension]
17 questions
0
votes
1 answer
iOS 10 messages extension - implementing didRecieve() and selectedMessage in Simulator
I am attempting to implement didRecieve() to trigger a storyboard segue inside of a iOS 10 extension. Using the storyboard, I can trigger a segue after creating a message using the following code:
@IBAction func createThing(_ sender: AnyObject)…

thexande
- 1,645
- 16
- 23
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