How can I code sign an iOS .xarchive so a client can resign properly? (using push notifications)
问题 I need to create an iOS .xarchive file using a developer profile, that a client can resign using their distribution profile(s). (I have read this but it didn't have any real solutions: How can I send iOS app to client, for them to code-sign) The client doesn't want to share their private keys, nor give me access above 'Developer' in the member center. And we don't want to share our source code. We need to support push notifications, so this means we need a fully qualified app id. I cannot