I need to create an iOS.xarchive file using a developer profile that a client can resign using their distribution profile.
(I read this, but he had no real solutions: How can I send the iOS application to the client so that they can encode the code )
The client does not want to share their secret keys and does not give me access to the "Developer" in the participants center. And we do not want to share our source code.
We need to support push notifications, so this means that we need a fully qualified application identifier.
I can not understand the way that allows me to create and export .xarchive, signed with "aps production", "get-task-allow" as false, BUT ALSO using a certificate that matches the client distribution certificate.
This seems like an error in Xcode, should you not bind the bindings to "aps production" and "get-task-allow" to the configuration, and not to the type of initialization profile? I use "Release", but with my developer profile.
Am I missing something, or is it just not possible?
source share