-
Notifications
You must be signed in to change notification settings - Fork 3.2k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add Device into Microsoft Apple Developer Program #835
Comments
Hello @ruixi1994 , thank you for raising this question. I wonder if it is possible to use notarization sign without provisioning profile somehow for testing purpose? The possible option is using self-hosted Mac agent for builds. In this case, you will have the machine with static UUID that you can add to your provisioning profile and use for tests. But self-hosted machine will require difficult configuration and maintenance + cost. You can find some details here. |
Thank you so much for your reply! Yes we do need to add the UUID. And unfortunately apple don't allow us sign without the profile on Catalina. For self-hosted, we have tried self-hosted, but it actually slowed down our CI build not very efficient. I can try to explore other ways if we cannot enroll VMs. Thanks again for your help! In addition, I have one question about the changed UUID. are the UUID of VMs changing from a pool (like each time it will assign a specific image from the pool)? Or it is purely regenerated? And if there is a pool how large is it? I am wondering is that possible to add the pool into device list if it exist. Thanks! |
@ruixi1994 , thank you for pushing me for additional investigation. Currently, all available VMs, for all pools, have the same I am trying to clarify with our infra engineers how often it is changed and if we can rely on it. Could you please try to add this UUID to your provisioning profile and try to use notarization signing on macOS 10.15 VM? |
Thanks you so much for the updates! Let me try this and verify. Really appreciate your help! |
@maxim-lobanov I registered the UUID with Microsoft Corporation Apple Developer program and verified that the developer cert works on the virtual image now! Thanks so much! Please let me know if you got the answer of how often it will change. Really appreciate your help. |
@ruixi1994, In my opinion, you can rely on the current UUID for now, because as I mentioned previously, we don't have plan to change it in near future. |
@maxim-lobanov, |
I am glad that could help you! |
Tool information
Hi there, I am opening this issue to seek help for code sign issue with macOS 10.15 and ask whether it is possible to have virtual-environment registered into Microsoft Developer Program.
Context: we are facing issue now to migrate our tests automation to macOS Catalina because of the forced notarization. Since our tests relied on
keychain access
, forced notarization means we have to sign our test app withkeychain sharing
enabled to be able to run tests. And a developer provisioning profile which matches the device we ran our build on will be required to sign the app. We had the developer provisioning profile which matches all the Microsoft developer's device but since the virtual image there we are using from Azure pipeline is not registered as a part of the apple developer program, we are not able to sign our test app and run tests on it. This new requirement of code sign happened only with macOS 10.15, so we are good with using previous version of virtual image. But this issue is blocking us from moving forward to newer version of macos.So I want to ask the possibility of adding the images into the developer's device list. We can do it by sign in with a Microsoft apple developer account in Xcode, Really appreciate your help!
Area for Triage: Apple
Question, Bug, or Feature?: Question
Virtual environments affected
Can this tool be installed during the build? NO
Tool installation time in runtime
Are you willing to submit a PR?
The text was updated successfully, but these errors were encountered: