Sitecore.MobileSDK.Xamarin
1.0.0
dotnet add package Sitecore.MobileSDK.Xamarin --version 1.0.0
NuGet\Install-Package Sitecore.MobileSDK.Xamarin -Version 1.0.0
<PackageReference Include="Sitecore.MobileSDK.Xamarin" Version="1.0.0" />
paket add Sitecore.MobileSDK.Xamarin --version 1.0.0
#r "nuget: Sitecore.MobileSDK.Xamarin, 1.0.0"
// Install Sitecore.MobileSDK.Xamarin as a Cake Addin #addin nuget:?package=Sitecore.MobileSDK.Xamarin&version=1.0.0 // Install Sitecore.MobileSDK.Xamarin as a Cake Tool #tool nuget:?package=Sitecore.MobileSDK.Xamarin&version=1.0.0
Sitecore Mobile SDK is a framework that is designed to help the developer produce native mobile applications that use and serve content that is managed by Sitecore.
The framework enables developers to rapidly develop applications utilizing their existing .NET development skill sets. The SDK includes the following features:
* Fetching CMS Content
* Source HTML renderings from Sitecore CMS
* Create, Delete, Update Items
* Downloading and Uploading Media Resources
* Protect security sensitive data
The applications powered by this SDK can request content from Sitecore efficiently and securely via Sitecore Item Web API RESTful web service.
The SDK supports producing native applications through the Xamarin framework
Learn more about Target Frameworks and .NET Standard.
-
- Microsoft.Bcl (>= 1.1.9)
- Microsoft.Bcl.Async (>= 1.0.168)
- Microsoft.Bcl.Build (>= 1.0.14)
- Microsoft.Net.Http (>= 2.2.22)
- Newtonsoft.Json (>= 6.0.3)
- Portable.BouncyCastle (>= 1.7.0)
GitHub repositories
This package is not used by any popular GitHub repositories.
Version | Downloads | Last updated |
---|---|---|
1.0.0 | 177 | 4/14/2015 |
Initial release with items manipulation support