I have created a StickerExtensionPack. Apparently, Apple is treating a sticker extension pack as just another app that needs to go in the Sticker Category, fair enough.
However, when I uploaded the binary, I was sent back an email saying that the binary is invalid, because of the following reason:
Invalid Messages Application Support - The MessagesApplicationSupport folder is missing and you have LSApplicationLaunchProhibited set to true in your Info.plist. Either rebuild your application using the current public (GM) version of Xcode or remove the
LSApplicationLaunchProhibited key from your Info.plist and resubmit your application. Invalid iMessage App - The bundle contains an invalid implementation of iMessage support. Add MessagesApplicationSupport/MessagesApplicationStub next to your Payload directory in your IPA. MessagesApplicationSupport/MessagesApplicationStub must match the binary at TapTeach.app/TapTeach and have no post processing applied to it.
I'm doing a simple sticker pack. I'm on XCode and can not find LSApplicationLaunchProhibited anywhere in the info.plist within the my files!
Any guidelines on how to resolve this will be helpful. Thanks.