Search code examples
iosimessage-extension

Upload IMessage Extension


We already publish the IOS application, Now we want to publish its message extension. Is this possible ? .If yes then How? Additional question is that how to upload separate iMessage extensions. what are the steps? Any help would be appreciated. Thanks in advance.


Solution

  • Is this possible ?

    Sure

    How?

    Add new extension to your exist project and share it to iTunes. In the new build it will be appear.

    what are the steps?

    There are a lot of tutorials about creation of iMessage extension. Try to use them. In several words: link

    Check this link too - iMessage integration to your app

    upload iMessage app seperatly

    iMessage applications can be developed and distributed in two ways:

    1. As an extension to an existing application:

      • create other project add new iMessage extension there.
      • customize your project scheme and target settings inside one app. In both cases you should generate new certificates and profiles if you want to share it separately
    2. As an extension which is an independent application