Info
Version: | 2.7.0 |
Author(s): | Alexey Ivakin |
Last Update: | Tuesday, July 23, 2019 |
.NET Fiddle: | Create the first Fiddle |
Project Url: | https://advexp.bitbucket.io/ |
NuGet Url: | https://www.nuget.org/packages/Advexp.Settings.Cloud.Evaluation |
Install
Install-Package Advexp.Settings.Cloud.Evaluation
dotnet add package Advexp.Settings.Cloud.Evaluation
paket add Advexp.Settings.Cloud.Evaluation
Advexp.Settings.Cloud.Evaluation Download (Unzip the "nupkg" after downloading)
Dependencies
Tags
Save settings locally or to the cloud in native format.
Configure your app by using Microsoft.Extensions.Configuration library.
Save settings to the cloud and sync between iOS devises by using iCloud service.
Save settings to the cloud and sync them across different devices by using the Amazon Cognito Sync service.
Remotely configure your mobile app by using Google Firebase Remote Config service.
Load cryptographic keys and secrets by using Microsoft Azure Key Vault service.
Support any built-in or user-defined types which can be saved as a setting.
Save settings as dynamic parameters (name - value pairs).
It use Apple iCloud to enable syncing between iOS devices.
More informations about this service you can find here:
https://developer.apple.com/icloud/
It use Amazon Cognito Sync to enables cross-device syncing of application-related user data.
More informations about this service you can find here:
http://docs.aws.amazon.com/cognito/latest/developerguide/cognito-sync.html
It use Google Firebase Remote Config to remotely configure your mobile app.
More informations about this service you can find here:
https://firebase.google.com/docs/remote-config
It use Microsoft Azure Key Vault to load cryptographic keys and secrets.
More informations about this service you can find here:
https://azure.microsoft.com/en-us/services/key-vault
It use Microsoft.Extensions.Configuration to configure your app locally.
More informations about this library you can find here:
https://docs.microsoft.com/en-us/aspnet/core/fundamentals/configuration
Supported platforms:
.NET Framework
.NET Core
.NET Standard
UWP
Xamarin.Mac
Xamarin.iOS
Xamarin.Android
Supported 3rd party libraries:
Microsoft.Extensions.Configuration - configuration in ASP.NET Core.
https://docs.microsoft.com/en-us/aspnet/core/fundamentals/configuration
InAppSettingsKit - allows settings to be in-app in addition to being in the Settings app. https://www.nuget.org/packages/Xamarin.InAppSettingsKit
Supported cloud services:
Apple iCloud - https://developer.apple.com/icloud
Microsoft Azure Key Vault - https://azure.microsoft.com/en-us/services/key-vault
Google Firebase Remote Config - https://firebase.google.com/docs/remote-config
Amazon Cognito Sync - http://docs.aws.amazon.com/cognito/latest/developerguide/cognito-sync.html
Project home page:
https://advexp.bitbucket.io
NuGet package "Advexp.Settings Local" you can download here:
https://www.nuget.org/packages/Advexp.Settings.Local
Samples, Unit Tests and additional information you can find here:
https://bitbucket.org/advexp/component-advexp.settings
NuGet package "Advexp.Settings Cloud", full version, you can buy here:
https://advexp.bitbucket.io.