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
2 answers

How can I load images received from iMessage? [iOS7]

I am trying to load the images received from a contact in iMessage, but I have not found in iOS SDK to do this. Load the contents of incoming iMessages. Load the images received by iMessage. Someone who knows how to help me?
0
votes
1 answer

Sending SMS inside my App

I use MFMessageComposeViewController to send SMS inside my App. Is there a way to know if the message was sent using iMessage or regular cellular services?
human4
  • 154
  • 2
  • 13
0
votes
1 answer

Identifying incoming calls - iOS

I would like to create an app that uses incoming call as a trigger. Meaning that once there's an incoming call (user has not asnwered it yet), the app will be notified. I have found this. Will it solve the issue or is there other solution? I hope…
Stingos
  • 31
  • 1
0
votes
1 answer

How can I open Camera Roll in pop up window in iOS?

I develop a messaging application and want to open a Camera Roll interface in the pop-up window similar to iMessage app: How can I achieve this functionality?
MainstreamDeveloper00
  • 8,436
  • 15
  • 56
  • 102
0
votes
1 answer

Applescript: Unknown error

I have been working on a script for a while now, and have had many questions asked. I also rewrote a lot of the code as per some peoples suggestions. Yet, I still have this one question that has been unanswered. Below is the code for a "Siri" like…
Aloogy
  • 128
  • 2
  • 15
0
votes
2 answers

iOS Messaging in app Not working Properly

I am Working on an RSS app where it needs to send the url of the article through a message. I have this code so far, MFMessageComposeViewController *controller = [[MFMessageComposeViewController alloc] init] ;{ …
Steve
  • 205
  • 3
  • 14
0
votes
1 answer

Is it possible to send picture with text with iMessage from my App with iOS 6.1?

Someone already asked it in 2011: iPhone:send image+text to iMessage from my own app, but maybe there exists now a way of doing it. Does someone know some news about this topic? Thanks!
rosaMerino
  • 463
  • 6
  • 16
0
votes
1 answer

Check if email can receive iMessages

You are able to configure your iPhone to be able to receive iMessages send to your email. Also iPod Touches and iPads can receive iMessages send to emails. Given an email address is it possible to check, if this address is able to receive an…
pre
  • 3,475
  • 2
  • 28
  • 43
0
votes
0 answers

Different behaviour for MFMessageComposeViewController in IOS 5.0 & 6.0

I am facing 2 issues with MFMessageComposeViewController in iOS 6.0 In iOS 6.0 when we are dismissing the keyboard with cursor in the message body text view, the message body text-view disappears. But when we do the same operation with To text…
Preetha
  • 151
  • 1
  • 2
0
votes
1 answer

Does anybody know how to create a shortcut to attach a selected file to iMessage?

I would like to be able to select an item on my desktop and type a shortcut to attach the selected item to a new message with the Messages app. I've tried to create one in system preferences/keyboard/keyboard shortcuts/Application Shortcuts under…
Elias
  • 91
  • 1
  • 8
0
votes
1 answer

Apple iMessage - ForceICQPlainText

I want to change ForceICQPlainText in ~/Library/Preferences/com.Apple.iChat.AIM.plist so my iMessage doesn't sends HTML-Code. But after I changed it and restarted my Mac 7 times I gave up. Nothing seems to work: ForceICQPlainText =…
suntrop
  • 775
  • 3
  • 10
  • 24
0
votes
0 answers

Customizing the imessage screen inside of my app

I have the imessage launched inside of my app. I was wondering if it is possible to customize the screen ( have my own background etc.,)
-1
votes
1 answer

Is there a way to send an iMessage to a group chat using Applescript or any Python module?

I've tried pyimessage, applescript, and osascript. The only thing I could find that seemed promising was this older stackoverflow question: Send group iMessage using applescript I wasn't able to get that working. Has anyone been able to send to an…
-1
votes
1 answer

Can I create an app for iMessage? Such as a sticker app for the iOS iMessage app?

I want to build an app for the default iMessage app on iPhone, I am curious to know if I could be built out with flutter? An iMessage Sticker app for example. Or is this only available through swift and Xcode? Edit: I am looking for an app to be…
mrgnhnt96
  • 3,562
  • 1
  • 17
  • 36
-1
votes
1 answer

Sharing data between iOS app and iMessage extension

I would like to use one file in my iOS app & it's iMessage extension how is it possible ? With app group/shared container. Please someone write few lines. In my app I saved datas to one file and I want to load that in my iMessage extension. let url…
Blantrek
  • 1
  • 4
1 2 3
31
32