imessage Questions

1

Solved

I have a subclass of MSStickerBrowserViewController that contains a MSStickerBrowserView with a couple dozen MSStickers. For analytics, we're trying to track which stickers are the most popular in ...
Kei asked 20/9, 2016 at 20:10

1

Solved

I'm trying to attach iMsg extension to an existing iOS app. After running an extension from xCode, I'm getting an error saying: Could not locate installed application Install claimed to have succe...
Rustproof asked 26/9, 2016 at 14:5

2

I'm experimenting with sticker iMessage apps in iOS 10 and I'm running into an issue with the override func didStartSending(_ message: MSMessage, conversation: MSConversation) method in MSMessagesA...
Heifetz asked 18/7, 2016 at 16:42

1

Hi has anyone tried yet to programatically create a custom sticker programmatically with an animated apng file? I've had no success but can state the following: .apng file of correct dimensions ...
Nealneala asked 22/6, 2016 at 1:38

1

I would like to send a link with my message to allow the user to open the app store to install the app or use a deep link to link into a certain piece of content in my app, similar to the Apple Mus...
Developing asked 8/9, 2016 at 13:34

1

Solved

I am creating iMessage app and trying to send audio or video file to other user. Video file works and looks fine but its not working as expected with audio file. My current code is: let destinat...
Snelling asked 22/8, 2016 at 7:34

1

Solved

I am developing an iMessage app where I need to get the names of participants of a conversation. In the WWDC Session iMessage Apps and Stickers, Part 2 (link), they are explaining how to do that i...
Halette asked 14/8, 2016 at 16:27

1

Solved

MSConversation gives us the local participant and remote participants. However, I am unable to retrieve the display name of self or other. How do I get these names? https://developer.apple.com/refe...
Bedight asked 10/8, 2016 at 4:19

2

Solved

I have noticed this different regarding the creation of messages apps for iOS 10. If you create a new project using iMessage Application choice on the new project's template, Xcode will create two...
Orellana asked 20/7, 2016 at 15:29

1

Solved

so I been playing around the new xcode 8 beta and I'm able to load an image into the .image property but I had not succeed to load an audio file with the .mediaFileURL property. here's my var me...
Mccarthy asked 20/6, 2016 at 4:4

1

Solved

I tried to clean my keychain because there are many certificates in it. When I opened the private key section, I found there are too many of the same key. Can I delete them? I don't know what th...
Falcongentle asked 28/3, 2016 at 9:42

6

Solved

Can somebody show me how to send a message directly to the user of iMessage via Messages app? tell application "Messages" if service type of service of buddy whose name is ("Name here" is "iMessa...
Plotter asked 4/8, 2012 at 21:40

2

Solved

As we know with the launch of ios 8 the apple allow custom Keyboard extension.In keyboard extension we can send images,gif etc in SMS by using Copy image to clipboard.code UIPasteboard *pasteboa...
Swap asked 2/2, 2015 at 6:49

2

Solved

In my project I have textViews with associated input keyboard which has the strange look in landscape mode on iPhone 6 Plus under iOS8 as shown below: It seems that it has different orientation ...
Mcclimans asked 6/11, 2014 at 19:59

1

Solved

I'm using UIActivityViewController to share image on ios 6 and my code UIImage *shareImage = [UIImage imageNamed:@"myImage.png"]; // Init array NSMutableArray *items = [NSMutableArray new]; [...
Wendiwendie asked 27/3, 2013 at 10:11

2

I have an app in which the user can select an image and send it to a friend by attaching the image to an instance of MFMessageComposeViewController. After pressing send in the MFMCVC view, things w...
Silvern asked 19/10, 2013 at 0:22

3

I am developing an app that loads the contacts in a UITableView on my iPhone. It works fine, my issue is I want to know whether the recipient's mobile number or email address is supporting iMessage...
Casarez asked 25/4, 2013 at 12:43

1

Solved

In my app, I'm simply trying to detect an incoming SMS or iMessage. I don't need to know where it came from or its content, just that it came in. I've seen lots of jailbreak solutions. Is there a w...
Auriga asked 25/3, 2013 at 21:26

1

Solved

I found SMS notifications are not supported in iPhone,but I found a video on Pebble Smart watch which sends SMS notification and iMessage notification. Here are the video and the application links....
Torhert asked 24/1, 2013 at 5:55

1

Solved

Currently, I am developing an App in which I have to send photo/video via IMessage. Photo sending code is proper working but when I am sending video via IMessage I am only getting a icon make in ...

1

Is there any way to send an iMessage from a Linux server to an iPhone? Obviously... with most traditional SMS plans, you can always send a message to something like [email protected] a...
Stereotomy asked 28/11, 2012 at 21:23

1

Solved

I want to be able to programmatically send an iMessage without anything else being done except calling a function that will send a text to a number with a message, both of which are text boxes. I'd...
Readily asked 1/6, 2012 at 12:19

© 2022 - 2024 — McMap. All rights reserved.