WatchKit Upload

前端 未结 5 1260
爱一瞬间的悲伤
爱一瞬间的悲伤 2021-01-15 09:24

I am trying to submit my WatchKit app t iTunesConnect. I click \"Archive\" and then validate and I am shown the message below. I have created an App Id for the app, extensio

5条回答
  •  栀梦
    栀梦 (楼主)
    2021-01-15 10:01

    I have uploaded one app to itunesconnect with watch app.

    This is very simple. You need to create 3 appstore provisioning profiles and the bundle identifier for the extention and watchApp are like

    com.abc.app      - Phone app
    com.abc.app.extention - Extention
    com.abc.app.watchapp  - watch app
    

    and also sync app group in capabilities tab in all 3 targets.

    All are well.

    you just needs to create Archive for only Phone App (Main Target). That's It. When user will download your app. And if phone have attached Watch then this will automatically get informed to you for watchapp download.

提交回复
热议问题