user3930696
user3930696

Reputation: 341

Xamarin Forms inTune SDK integration

I am fairly new to Azure ecosystem & Xamarin Forms. I am using this guide to integrate an Xamarin Forms app with inTune: https://learn.microsoft.com/en-us/intune/app-sdk-xamarin#enabling-mam-in-your-android-mobile-app

I am not sure if i understand correctly, but the guide mentions "components" which are replaced by Nuget in Xamarin (Source: https://blog.xamarin.com/hello-nuget-new-home-xamarin-components/).

so my question is: Are "components" still a viable solution in Xamarin. Shouldn't we just install a package from Nuget and get it over with?

Thanks in advance

Upvotes: 0

Views: 425

Answers (1)

Jason
Jason

Reputation: 89129

As your link points out, Components are being deprecated in favor of Nuget packages. If you have a choice, use a Nuget package.

Upvotes: 0

Related Questions