Questions tagged [imessage]

iMessage is an instant messenger service developed by Apple Inc.

iMessage allows users to send texts, documents, photos, videos, contact information, and group messages over Wi-Fi, 3G or LTE to other iOS or OS X users, thus providing an alternative to standard SMS/MMS messaging for most users with devices running iOS 5 or later.

473 questions
0
votes
1 answer

Custom Sticker iMessage Application, how to link to iOS store?

I am developing a custom sticker message application, this will exist independent of a containing/existing iOS Application. My question is, is it possible to add a link to existing iOS App in iOS app store to my stickers in my custom sticker app.…
James Peyton
  • 351
  • 3
  • 5
0
votes
1 answer

Xcode 8 beta 2 : Sticker app does not shows message app extension

I'm building Sticker messaging application. When I try to run the app on iPhone SE simulator with iOS 10 it throws a window to select application through which Sticker app extension should run. However, in this list there is Siri, Today and Watch…
Jayprakash Dubey
  • 35,723
  • 18
  • 170
  • 177
0
votes
2 answers

iMessage API, accessing texts not sent through your app

I'm looking for a way to detect if links have been shared in an iMessage conversation. I'm not sure if this can be done with MSMessage, as it looks like it only receives events from messages created by your iMessage app. Does this mean there is no…
george
  • 153
  • 7
0
votes
1 answer

Sticker Pack App Sticker size SMALL issue

I am creating a sticker pack application for iOS 10, I created an app using sticker dimension 300x300 and named sticker as sampleSticker@3x.png & in Attributes inspector I had set sticker size as small. But while executing it I am seeing 3 assets…
iYoung
  • 3,596
  • 3
  • 32
  • 59
0
votes
1 answer

Ambiguous reference to member 'insert(_:completionHandler:)' xcode 8 beta 2

Hello with the new beta 2 i got a new problem that i couldn't solve. var message = MSMessage() var template = MSMessageTemplateLayout() viewDidLoad() { if let filePath2 = Bundle.main().pathForResource("synth", ofType: "wav") { …
masaldana2
  • 635
  • 9
  • 20
0
votes
1 answer

iMessage App - iOS 10 localParticipantIdentifier.UUIDString does not translate in simulator

Below is a snippet showing adding a subcaption to a previously created MSMessage. Upon running in the simulator, the string prefixed with $ does not translate to the contact name as expected. Bug in my code? MSMessageTemplateLayout *templateLayout =…
MagicFlow
  • 477
  • 3
  • 17
0
votes
1 answer

Where is the API for "Invisible Ink" located?

I have secrets that need to be shared in my application, and would like to adopt the "Invisible Ink" feature that is new in iOS 10. https://youtu.be/n5jXg_NNiCA?t=1h27m30s Since I'm creating a greenfield application (version 1) I think this visual…
makerofthings7
  • 60,103
  • 53
  • 215
  • 448
0
votes
1 answer

How to send SMS Texts and iMessages from PHP mail() without knowing the Carrier

In earlier years, when I wanted to programmatically send text messages to mobile phones/cell phones I needed to know the carrier and the carrier's text service domain name in order to form the To: address. But these days, many sites are able to text…
H. Ferrence
  • 7,906
  • 31
  • 98
  • 161
0
votes
1 answer

Applescript content of incoming iMessage

I need to extract/read the content of an incoming Message received via iMessage. I am having a hard time finding out the right command to extract the info. Could someone point me in the right direction ? I know I don't have much so far, I am a…
Serhito
  • 41
  • 7
0
votes
1 answer

Send iMessage using WatchOS App

I have a string value in a WatchOS 2 app, and want to send an iMessage text using the value. An example of this is in the Workflow watch app, where the send message action results in the following screenshot: I can't find any frameworks or url…
PanicDev
  • 315
  • 1
  • 4
  • 12
0
votes
0 answers

Get applescript to listen for iMessage read receipts

I have written an applescript application that checks an API of the weather the messages it to a friend. My friend's iphone sends read receipts, how can i get applescript to run some code eg say "The message has been read" when he sends a read…
0
votes
1 answer

Retrieve images from iMessage app iOS

I want to know if it's possible to retrieve images programmatically from iMessage app, which are not saved in camera app. I know it is not possible for a third party app to access the resources of native app. I just want to make sure that it is…
0
votes
0 answers

Get state of settings in iOS

Could somebody tell me, how can I find out programatically the state of settings, for example if "Send as SMS" is enabled in Messages application? I know how to programatically open this part of settings but I just want actual value.(I want to find…
rgreso
  • 496
  • 1
  • 7
  • 19
0
votes
0 answers

How get latest text from messages app on mac to use for Xcode

I know this is possible because I've seen somebody do this on another application but I was wondering if anyone knew how to do this. Thank you
F22lightning
  • 620
  • 6
  • 16
0
votes
1 answer

CSS child element to inherit background of parent's parent - iMessage in CSS

A client has asked me to emulate the iMessage chat bubbles, which have a fade effect as you scroll, i.e. the top bubble is a slightly lighter shade of blue than the bottom bubble. The simplest way I could think of doing this (without javascript)…
sam9046
  • 566
  • 1
  • 7
  • 14