Links

Latest Version

Obtaining latest version of Dynamics Mobile SDK
In order to install the latest Dynamics Mobile SDK with the latest CLI, execute the following command:
> npm install dynamicsmobile@latest -g
In order to update Dynamics Mobile SDK in already existing application repository, execute the following commands:
> cd myapp
> npm install dynamicsmobile@latest
> dms refresh