Closed durandt closed 8 months ago
@bruno-garcia Related: Apple recently started to send warnings to apps using the aforementioned APIs over concerns for User Privacy (fingerprinting): https://github.com/dotnet/maui/issues/21296 https://developer.apple.com/documentation/bundleresources/privacy_manifest_files/describing_use_of_required_reason_api
Thank you. We have shared all our official recommendations on https://aka.ms/appcenter/retire
@bruno-garcia Related: Apple recently started to send warnings to apps using the aforementioned APIs over concerns for User Privacy (fingerprinting): dotnet/maui#21296 developer.apple.com/documentation/bundleresources/privacy_manifest_files/describing_use_of_required_reason_api
The native iOS SDK isn't causing warnings, it seems MAUI itself is (for now but being fixed). If the Sentry .NET SDK becomes a source of problem please let folks know on this repo
I see this is closed but thought I would ask this question anyway.
We don't use AppCenter for builds, already using DevOps. However, one thing AppCenter did provide was a very simple way to push the build to Microsoft Intune through a Store Connection. I have been unsuccessful at finding a way that the build could be pushed directly from DevOps pipeline to Intune. DevOps has a task to push to Apple Connect to go to the Apple Store. But no task for going to Intune. Which seems crazy to me as Intune is the Microsoft Azure product.
Does anyone know a way to push builds from DevOps pipeline to Intune?
Thanks
Hi @ramtechjoe thank you for reaching out. For publishing build to intune trough AzDO you'd need to create custom powershell scripts as an alternative to Appcenter. Here are some powershell script examples which you can use as reference https://github.com/microsoftgraph/powershell-intune-samples/ and also the Intune/Microsoft Graph API reference https://learn.microsoft.com/en-us/graph/api/resources/intune-graph-overview?view=graph-rest-1.0
We loved AppCenter but it was announced last week that it will retire on March 31st, 2025.
Share tips and discussions about alternatives here (personally mostly interested i crash handling and some analytics).
History of the discussion that started in the wrong issue: