ios10 - Associate App with Messages Extension -


i created messages extension in xcode 8 using appropriate template, seems working fine , when run extension, it's installed in messages app , can use without issues.

my problem wanted create actual app associated extension (so user able search extension through messages store or install actual app through app store). gave matching bundle identifier (my extension com.xxx.testmessage.messagesextension, app set com.xxx.testmessage), when run app, doesn't install extension.

is possible that? , if so, missing?

in xcode8, open existing app. need add new target app (file->new->target->ios->sticker pack extension (or imessage extension if want custom messages experience)). create folder visible in project navigator. name of folder depends on name gave extension. in folder find stickers.xcassets can drop stickers.


Comments

Popular posts from this blog

jOOQ update returning clause with Oracle -

java - Warning equals/hashCode on @Data annotation lombok with inheritance -

java - BasicPathUsageException: Cannot join to attribute of basic type -