Hello,
I developed an application for my client who must diffuse into business with an MDM server.
My client does not want to give me access to his business developer account so I can sign the application. And on my side I have a standard developer account.
My client sent me a file "app.mobileprovision" saying it was the only thing necessary for me to generate an IPA file, and then resign the application.
But I do not see how I can generate the IPA file with the file "app.mobileprovision" without using xcode and identify myself on a developer account.
Apparently xcodebuild can be used, but I don't know how to pass a parameter file "app.mobileprovision" to create the IPA file.
How could I do?
Thanks a lot for your help !
Nicolas