Can't release iMessage extension in AppStore b

2019-02-18 19:21发布

I implemented iMessage extension in my ios project, but after submiting and reviewing my build i see following in iTunnes connect: "Your binary doesn’t implement the Messages framework. The screenshots won’t be shown on the App Store for iMessage." enter image description here

I tried to add it in main target but still problem is there enter image description here

I'm quite confused what i should do, as i have it worked in simulator and test device. May i need to change something in my build schema or settings? Thanks in advance for any advices.

1条回答
够拽才男人
2楼-- · 2019-02-18 19:40

I've found out that i added a new target instead of extension (http://screencast.com/t/32hMPE8NWeR) To fix that you need to add your iMessage extension to Target Dependencies and .appex file to Embed App Extensions in Build Phases enter image description here

查看更多
登录 后发表回答