imessage Questions
2
Solved
In the summer, Apple published an informative sample app on sharing objects between iCloud users using Core Data, CloudKit and UICloudSharingController in SwiftUI.
However, adding more participants...
2
Does anyone know how to send a group message using applescript/osascript? I've tried a bunch of stuff but nothing seems to work.
Bunting asked 11/4, 2013 at 20:17
4
Solved
Is there any way to open iMessage apple app from my app? I don't need any composers, the main idea is to open actual iMessage with my extension.
EDITED
I don't want to send any messages; I need o...
Cupreous asked 16/11, 2016 at 8:59
7
Solved
2
Solved
iOS 10 Messages app's navigation bar increases/decreases the height when you push/pop a conversation (with a smooth transition).
Typically I make a taller custom navigation bar using sizeThatFits:...
Silvia asked 7/11, 2016 at 11:58
2
Solved
So I'm working on creating an applescript which essentially automates sending an imessage. What I have working now is:
on run {msg, phoneNum}
tell application "Messages"
set serviceID to id of ...
Louvain asked 18/8, 2016 at 21:32
1
Please use Swift 4+
NOTE: I am detecting the screenshot while I am within the iMessage extension, not in the standard iMessage view.
Update - I came up with a working solution that checks the pho...
Crowded asked 15/3, 2019 at 3:53
6
Solved
Unable to send links between my developers via iMessage, as the "preview" feature of iMessage in iOS11 & iOS10 is making it hard to see the exact URL structure, because it is instead inserting ...
3
In my app, I need to send some custom data files from one device to another, and I am trying to do this with Mail, iMessage/Message and Airdrop.
This works fine with Mail and Airdrop but with iMes...
Sami asked 3/4, 2014 at 2:52
1
I have a database of 4500 phone numbers. I would like to check if these numbers are registered in one of the messengers. Is there a ready-made solution for doing that?
1
Solved
I'm trying to write a script that will go through all the chats in the Messages app - my goal is to find all messages I haven't replied to and send me an reminder.
But I'm stuck at square one - I ...
Clipped asked 3/1, 2018 at 22:49
1
The first time I run my Sticker Pack extension on a simulator, I get the following crash:
2017-10-25 14:56:10.513268-0700 MobileSMS[94610:5136614] *** Terminating app due to uncaught exception ‘NS...
Sheasheaf asked 27/10, 2017 at 1:33
3
Solved
In iMessage Extensions for iOS10, when the user taps on the interactive message bubble:
How can you save custom information in the sent message so, when tapped, the extension is able to get that ...
3
Instead, just a blank view is appearing.
Here's how I load the ad request:
GADMobileAds.configure(withApplicationID: "ca-app-pub-9213331484438711~8534798836") // actual app id
bannerView.delegate...
Gerkman asked 6/9, 2016 at 9:37
2
I am sending video message in iMessage App using following code.
@IBAction func didPress() {
if let conversation = activeConversation {
if let filePath = Bundle.main.path(forResource: "small", o...
Merkley asked 26/7, 2017 at 8:41
3
Solved
I have an iMessage extension and I'm having some issues with the top layout guide. I have an MSMessagesAppViewController that handles changes between presentation styles. In my extension I have a b...
Knifeedged asked 22/8, 2016 at 0:38
8
Solved
I downloaded the Xcode 8 beta and was trying to play around with the iMessages app extension sdk but ran into an issue with their seemingly nonstandard nav bar height
when i transition into the ap...
Kora asked 17/6, 2016 at 16:30
2
Solved
I'm parsing s3 logs to identify requests made from iMessage previews (on Mac OS Sierra & iOS 10).
There are few common types of UA strings, but I can't tell which are from the browser vs. imes...
Hagberry asked 6/1, 2017 at 5:21
3
When using Segues in Messages Extension Application the layout gets messed up.
Is there any way to solve this issue while still using storrybord segues?
Screenshots:
(Note: The first and second ...
Vander asked 26/7, 2016 at 14:44
1
Solved
I created my iMessage extension, when I try to open it, the first screen appears but it is totally frozen, and it does not react in any way.
I've put logs in the viewDidLoad of that first view a...
Brisling asked 9/2, 2017 at 22:28
2
I have the same issue in this post, i follow all recommended in that answers but notting works, in my case the difference is that i have a table view controller.
I have tried in many ways to pre...
Riviera asked 17/1, 2017 at 21:17
0
My goal:
Allow user to send (or attach) a video clip to a message
Allow receiver to read (not playing) the video when it is received
Not using an additional server to host these messages or video...
1
Solved
Specifically, from my app I'd like to open the Messages app and activate my iMessage extension with:
an existing MSConversation (via the remote participant UUID?)
a new MSConversation (via a CNCo...
Growl asked 28/6, 2016 at 14:19
1
I want to make an iOS sticker pack for my application.
I've been looking around and I managed to do a sticker app via Xcode.
My problem is that I don't want a stand-alone sticker app. Users will ne...
0
I defined and used a custom UTI type for my iOS app for iOS 9. Now, after using XCode 8 and iOS 10, I cannot "open" the file, if it is sent via iMessage. If I tap on the icon, nothing happens, alth...
1 Next >
© 2022 - 2024 — McMap. All rights reserved.