xcode - WatchKit Upload -


i trying submit watchkit app t itunesconnect. click "archive" , validate , shown message below. have created app id app, extension , watchkit app distribution profiles. going wrong?

thanks

error

to sign watch app, need 3 different app ids , each app id needs provision profile.

  1. go developer member center

  2. add/edit 3 app ids:

    • one main app bundle, may need add entitlements need, app groups, keychain access group.
    • one watchkit extension bundle, may need add entitlements need.
    • one watchkit app bundle. no entitlements needed.
  3. delete distribution provision profiles 3 app ids, if exists.

  4. add 3 new distribution provision profiles 3 app ids.

  5. now go xcode, open preference , go accounts.

  6. choose apple id, click view details on bottom right.

  7. click refresh button on bottom left, wait list of provision profiles change.

  8. in build settings targets, configure code signing part below.

code signing

  1. try archive again.

  2. when submit app, xcode ask confirm provision profile uses sign each of bundles. need sure provision profile names match configured in developer member center.


Comments

Popular posts from this blog

tcpdump - How to check if server received packet (acknowledged) -