Info
Version: | 1.0.0 |
Last Update: | Monday, September 26, 2016 |
.NET Fiddle: | Create the first Fiddle |
Project Url: | https://github.com/Sitecore/sitecore-mobile-pcl-sdk/ |
NuGet Url: | https://www.nuget.org/packages/Sitecore.MobileSDK |
Install
Install-Package Sitecore.MobileSDK
dotnet add package Sitecore.MobileSDK
paket add Sitecore.MobileSDK
Sitecore.MobileSDK Download (Unzip the "nupkg" after downloading)
Dependencies
- Newtonsoft.Json(>= 9.0.1)
- Microsoft.Net.Http(>= 2.2.29)
- Microsoft.Bcl(>= 1.1.10)
- Microsoft.Bcl.Async(>= 1.0.168)
- Microsoft.Bcl.Build(>= 1.0.21)
The framework enables developers to rapidly develop applications utilizing their existing .NET development skill sets. The SDK includes the following features:
* Fetching CMS Content
* Create, Delete, Update Items
* Downloading Media Resources
* Protect security sensitive data
The applications powered by this SDK can request content from Sitecore efficiently and securely via Sitecore Services Clien REST web service.
The SDK supports producing native applications through the Xamarin framework.