Questions tagged [ios-stickers]

23 questions
3
votes
1 answer

How to fix ERROR ITMS-90680 StickerPackExtension.appex is not contained in a correctly named directory. It should be under "PlugIns"

Using XCode 10.2.1 Submitting my first stickers app for iOS for testing. When uploading archive to itunesconnect I'm now getting this error: ERROR ITMS-90680: "Invalid directory. The bundle Payload/App Name.app/App Name StickerPackExtension.appex…
3
votes
3 answers

How to allow and get Memoji Stickers in a text field

I'm trying to use Memoji Stickers on my app, but neither UITextField or TextField from SwiftUI displays them on the keyboard. How can I make them show up, and how do I retrieve them afterwards? I tried different text input traits, but had no…
3
votes
1 answer

Sticker Pack Error - missing app extension

The messages stub app _ must have at least one app extension, but none were found. This is odd because I was running my sticker pack app yesterday with no problems. What's the deal?
Jacksonkr
  • 31,583
  • 39
  • 180
  • 284
2
votes
1 answer

Handling (or disabling) Memoji in InputBarAccessoryView TextField

I'm building a chat app using MessageKit, Firebase and InputBarAccessoryView pods. I've found out that when I input a Memoji (so, a sticker) in the textfield of the InputBar and press the "send" button, in the database the Memoji will be saved as…
oneshot
  • 591
  • 1
  • 5
  • 27
2
votes
1 answer

Export an UIImage as a sticker for Messages app

I'm trying to export an UIImage as a sticker for Messages app, but I can't find any documentation about this. I have my project with the Sticker Pack extension enabled and see that Xcode created a new Stickers.xcassets, every image that I add there…
herd
  • 155
  • 2
  • 19
2
votes
1 answer

This bundle is invalid - The Info.plist file for /Payload/MyAppName.app/Sticker Pack.stickerpack is missing or could not be read

Hope you are well. I want to add iMessage Stickers to my app. My app created in Android Studio using LibGDX/RoboVM. So, I can't add Stickers extension directly to my project. I have signed .ipa as output from Android Studio after building with…
Gag Baghdasaryan
  • 716
  • 1
  • 11
  • 22
1
vote
1 answer

SwiftUI / UIKit view where user can paste images

Irrespective of the framework (SwiftUI/UIKit), what kind of view / UI element can I use that lets a user paste images, akin to what Instagram allows? In particular, I am interested about creating some kind of canvas where users can paste iOS 16 type…
charelf
  • 3,103
  • 4
  • 29
  • 51
1
vote
1 answer

(Stickerpack for iOS Messages deployment error) WARNING ITMS-90863: "Apple silicon Macs support issue

Upon attempting to "Distribute App" archive in xCode, I get this error: WARNING ITMS-90863: "Apple silicon Macs support issue. The app has LSApplicationLaunchProhibited set to true. This is not supported on Mac." I have iPhone and iPad checked, but…
1
vote
1 answer

iOS Keyboard Extension: Memoji like paste

Apples build in Emoji Keyboard has a section with "Memoji" stickers. If you tap on any of these stickers (it seems to be a PNG image), then it's automatically inserted into the textfield or into the chat of the current App, for example WhatsApp,…
Robert
  • 161
  • 1
  • 3
  • 9
1
vote
2 answers

Why iOS Sticker app warning on iOS 13 with 32 bit architecture? TMS-90747

TMS-90747: Architecture incompatible with MinimumOSVersion. The app bundle at 'Blankbook.app/PlugIns/BlankbookSticker.appex' specifies a MinimumOSVersion of '13.0' but contains a 32-bit architecture that is unsupported on iOS 12 and later. I…
Legolas Wang
  • 1,951
  • 1
  • 13
  • 26
1
vote
1 answer

Unable to display Stickers from Documents directory in iMessage extension

In my app users are able to create images and then use them as stickers in iMessages. My problem is that I can't display created images that are stored in the Documents Directory. My issue is very similar to this question - SO Question but in my…
1
vote
1 answer

The bundle App.app does not support the minimum OS version specified in the Info.plist

I'm trying to upload a Sticker Pack to app store, but I'm facing the issue Invalid Bundle. The bundle App.app does not support the minimum OS version specified in the Info.plist I've created a Sticker Pack project directly in XCode, and all…
GGirotto
  • 848
  • 2
  • 10
  • 31
0
votes
0 answers

How do I Add a iMessage Sticker Pack to Flutter App

I have a imessage sticker pack and an existing ios app. I used flutter for the ios app. How do I make it so that when I download the ios app the imessage stickers come with it?
0
votes
1 answer

Load stickers from the Server and show in iMessage app

I am starting work on a Sticker pack application. I created a new project and selected the iMessage application. My requirements are: Download the stickers from the Server and show them in CollectionView. The user should tap on the Sticker and add…
Irfan Saeed
  • 123
  • 2
  • 12
0
votes
1 answer

IOS message stickers with sound

I have created several iOS messages sticker pack apps. I’ve told customers that you can only send images, not sound, since the format for stickers must either be apng or gif. Then I saw there are apps like “Emoji Tones” that have videos with sound…
steve-o
  • 1,303
  • 1
  • 14
  • 20
1
2