Home

Awesome

SalesforceMobileSDK-Windows

Windows SDK for Salesforce

You have arrived at the source repository for the Salesforce Mobile SDK for Windows. Welcome! Starting with our 4.0 release, there are now two ways you can choose to work with the Mobile SDK:

INSTALLATION NOTES

You will need the following for the SDK,

  1. Visual Studio 2015, preferably with Update 1
  2. Visual Studio SDK Installed: http://msdn.microsoft.com/en-us/library/bb166441.aspx
  3. Windows 10 SDK installed
  4. Sqlite installed for Visual Studio
  5. Universal App Platform: https://www.sqlite.org/2015/sqlite-uap-3090200.vsix

BUILDING

Build the project normally in Visual Studio; everything should build fine. If you wish to create a new project and not use the NuGet versions of the core libraries, simply create a new project with the template, remove the NuGet reference and add references to Salesforce.SDK.Core, Salesforce.SDK.Universal (for Universal Windows Apps), Salesforce.SDK.SmartStore to use the SmarStore feature, and Salesforce.SDK.SmartSync to use the SmartSync feature.

It is recommended to stick with NuGet and get official builds, unless you absolutely need to make your own modifications or you're planning to contribute to the project.

Downloading the Salesforce SDK

To pull down the SDK from github, create a new directory and git clone the salesforce SDK repo.

git clone https://github.com/forcedotcom/SalesforceMobileSDK-Windows.git