Kinvey 1.4.0
dotnet add package Kinvey --version 1.4.0
NuGet\Install-Package Kinvey -Version 1.4.0
<PackageReference Include="Kinvey" Version="1.4.0" />
paket add Kinvey --version 1.4.0
#r "nuget: Kinvey, 1.4.0"
// Install Kinvey as a Cake Addin #addin nuget:?package=Kinvey&version=1.4.0 // Install Kinvey as a Cake Tool #tool nuget:?package=Kinvey&version=1.4.0
Build Xamarin apps which leverage the power of Kinvey's BaaS, with support for users, data, and files, with caching and offline. Check out http://devcenter.kinvey.com/xamarin for guides, tutorials, and sample apps.
Learn more about Target Frameworks and .NET Standard.
-
- LinqExtender (>= 3.0.1)
- Microsoft.Bcl.Async (>= 1.0.168)
- Microsoft.Net.Http (>= 2.2.29)
GitHub repositories
This package is not used by any popular GitHub repositories.
* Added support for using the [Mobile Identity Connect](/guides/mobile-identity-connect/) (MIC) oauth flow through the library
* Full details about usage are provided in the [MIC guide](/guides/mobile-identity-connect#authorization-grant)
* myKinveyClient.User().LoginWithAuthorizationCodeLoginPage(myRedirect, myCallback);
* myKinveyClient.User().LoginWithAuthorizationCodeAPI(myUsername, myPassword, myRedirect, myCallback);
* Bug Fix(es):
* Fixed an issue with updating google-support-v4 which caused compilation errors in `Resource.designer.cs` generation.