Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

iOS 10 : Add sticker extension to an existing Application

Tags:

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 never go to the store to download it separately.

I want the sticker to be include in my classic app, like an "extra" : "You've downloaded the app, thanks you, here are stickers you can use in message".

I've tried to do "Add Target" like explained here

But when I run my app, I can see my view controller but not my sticker in my messaging app.

Can someone help me please ?

like image 610
Melanie Journe Avatar asked Sep 15 '16 08:09

Melanie Journe


People also ask

How do I upload stickers to Apple Store?

Register an App ID in your Developer account at developer.apple.com. You'll use this ID to link your app on XCode to App Store Connect. Open XCode and start your build. Here, you'll paste your stickers and icons in their respective folders.


1 Answers

If you dont want to use it as a standalone app then you have to use it as a extension in your app.Open File->New->Target and add sticker app extension.Give a name to your sticker pack extension.Also add messages framework in your application.Check in simulator.On device you will be requiring new provisioning profile with the app id corresponding to the sticker pack extension.I have verified at my end

like image 149
Suryanarayan Sahu Avatar answered Jan 03 '23 00:01

Suryanarayan Sahu