![]() |
VOOZH | about |
dotnet add package Aptk.Plugins.AptkAma --version 1.0.2
NuGet\Install-Package Aptk.Plugins.AptkAma -Version 1.0.2
<PackageReference Include="Aptk.Plugins.AptkAma" Version="1.0.2" />
<PackageVersion Include="Aptk.Plugins.AptkAma" Version="1.0.2" />Directory.Packages.props
<PackageReference Include="Aptk.Plugins.AptkAma" />Project file
paket add Aptk.Plugins.AptkAma --version 1.0.2
#r "nuget: Aptk.Plugins.AptkAma, 1.0.2"
#:package Aptk.Plugins.AptkAma@1.0.2
#addin nuget:?package=Aptk.Plugins.AptkAma&version=1.0.2Install as a Cake Addin
#tool nuget:?package=Aptk.Plugins.AptkAma&version=1.0.2Install as a Cake Tool
AptkAma Plugin for Xamarin & Windows let you work with Azure Mobile Apps with almost one line of code (including from PCL).
You'll be able to:
. Manage remote data
. Manage local data*
. Login/Register users (social and custom provider)
. Manage remote notifications
. Manage file sync*
. Send custom API requests
. And many more...
* with plugin extension.
Can/Should be used with any MVVM framework.
Tuto available on http://www.apptracktive.com/
Sources, documentation and samples on https://github.com/Apptracktive/AptkAma
Twitter @Apptracktive
| Product | Versions Compatible and additional computed target framework versions. |
|---|---|
| MonoAndroid | monoandroid10 monoandroid10 is compatible. |
| Universal Windows Platform | uap uap was computed. uap10 uap10 is compatible. uap10.0 uap10.0 was computed. |
| Windows Phone | wp8 wp8 is compatible. wp81 wp81 was computed. wpa81 wpa81 is compatible. |
| Windows Store | win8 win8 is compatible. |
| Xamarin.iOS | xamarinios10 xamarinios10 is compatible. |
Showing the top 1 NuGet packages that depend on Aptk.Plugins.AptkAma:
| Package | Downloads |
|---|---|
|
Aptk.Plugins.AptkAma.LocalStore
This extension adds local data management features to the AptkAma main plugin. Tuto available on http://www.apptracktive.com Sources, documentation and samples on https://github.com/Apptracktive/AptkAma Twitter @Apptracktive |
This package is not used by any popular GitHub repositories.
| Version | Downloads | Last Updated |
|---|---|---|
| 1.0.2 | 2,897 | 11/7/2016 |
| 1.0.1 | 2,301 | 10/7/2016 |
| 1.0.0 | 2,349 | 7/22/2016 |
| 1.0.0-beta1 | 2,062 | 5/16/2016 |
1.0.2:
[Fix] External references fixed
1.0.1:
[Fix] Now wait for user permission on iOS notification registration
[New] Azure nuget packages updated
1.0.0:
[New] Auto configuration
[New] Cross platform initialization
[New] File sync plugin extension added
1.0.0-beta1:
[New] Initialization configurable with many options
[New] Manage remote data
[New] Manage local data (with LocalStore Extension)
[New] Manage data synchronization (with LocalStore Exentension)
[New] Ask users for Login/Register with any provider from any project (including PCL)
[New] Manage notification from any project (including PCL)
[New] Send custom API request
Many more...