2

I want to make an only Sticker app, i built Sticker Extension in Xcode 8. Created new app id in developer portal also. But in iTunes Connect there's no option for New iMessage Sticker App ? How do i upload my sticker app build ?

Jack Sparrow
  • 113
  • 1
  • 3
  • 13

3 Answers3

2

You upload your iMsg extension like any regular iOS app, there is no specific option

Vladyslav Zavalykhatko
  • 15,202
  • 8
  • 65
  • 100
1

Upload it like a regular one as they're just considered a New App according to this Apple page: https://developer.apple.com/app-store/imessage-app-submissions/

It looks like they're just considered Apps for the purpose of submission on iTC. It states, in part:

Sticker pack app. This is a basic sticker pack made up of images or animated images, which you don’t need to use code to build. You can list it in the Stickers category and in relevant Stickers subcategories on the App Store for iMessage.

iMessage app. Your app can include stickers, text, video and audio. You can also use code to add functionality such as Apple Pay and in-app purchase. Choose to list your app in the Stickers category or another relevant category on the App Store for iMessage.

info. in FAQ page:

How do I create an iMessage app or sticker pack in iTunes Connect? From My Apps, click on the plus sign and choose New App. Then, select iOS app and complete the required metadata. You can find more detailed instructions in the Creating an iTunes Connect Record for an App section of the iTunes Connect Developer Guide. If you are unfamiliar with the Messages framework, but want to learn how to get started, you can read about it here.

Reference: https://apple.stackexchange.com/questions/251878/how-do-i-submit-sticker-apps-in-itunesconnect

Community
  • 1
  • 1
Bhavin Bhadani
  • 22,224
  • 10
  • 78
  • 108
1

I'm using fastlane to upload sticker pack app to app store. So my advice is you should try with fastlane.
Document refer:

Fastlane Tutorial

Automate Screenshots With fastlane

Good luck. Hope you enjoy with sticker pack app!

Cuong Nguyen
  • 980
  • 2
  • 9
  • 29