imessage-extension Questions

4

Solved

I'm new to the whole app world, and this is my first time using X-code (my apps I have built in the past, use Phonegap Build) Anyway - I managed to create a stick page (eventually!). Now I've made...
Fisken asked 29/11, 2016 at 17:46

0

I’m developing an Messages extension. When it comes time to send a message, I want it to show up as something like: “Jeff sent a message.” However, the MSConversation APIs only give us identifiers....
Tier asked 26/2, 2022 at 15:23

1

Below is the entirety of my code in an iMessage app. class MessagesViewController: MSMessagesAppViewController { @IBOutlet weak var messageView: UITextView! fileprivate func setupMessageView() {...
Zaid asked 13/6, 2017 at 9:50

2

I'm currently using Fastlane Snapshot to automate taking screenshots for my application. It's all based on UI Tests. I'm trying to add this same functionality to an iMessage App/Extension. So cur...
Dwelling asked 24/5, 2017 at 6:40

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...

1

I have an iMessage application that send files. Data is saved in iCloud servers using CloudKit. Everything works well. Now I want to add a new level of security. I want to encrypt the data before ...
Webworm asked 16/10, 2018 at 20:18

1

So, I have opted to using no storyboards in my messages extension sticker pack. The iMessage app comes with a storyboard file and a MessagesViewController.swift. I created 2 files named CollectionV...

0

I tried calling SKStoreReviewController.requestReview() in my iMessage extension, but it never shows the UI. I know the system controls whether or not this appears, but based on the documentation (...

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

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

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...

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...

2

Solved

We are developing an iMessage extension. It uses Core Data successfully. We need to evaluate the store.sqlite file, but can not find it. We try to find it like this: In Xcode: Window -> Devices ...
Strunk asked 7/11, 2016 at 11:20

1

Solved

I have an iMessage extension within my iOS app. Can Crashlytics capture its crashes? I've tried adding the same Fabric entry from my main app's Info.plist into my iMessage extension's Info.plist, ...
Heavenly asked 4/11, 2016 at 15:12
1

© 2022 - 2024 — McMap. All rights reserved.