4

Does anyone have and is willing to share a working example of using Akavache in a Xamarin.iOS project (ideally without any other add on ui frameworks, as bare bones as possible) implementing a custom EncryptionProvider so that the Secure cache is actually encrypted.

To clarify, I would like the example to show the following:

  • use of Xamarin.iOS to build a simple iOS app
  • use of Akavache to cache data
  • use of Akavache's BlobCache.Secure or SQLiteEncryptedBlobCache with a custom EncryptionProvider implementation to keep the cached data encrypted when data is at rest

Thanks for your help.

Conclusion:

With the help of the example below I got my test solution working and am sharing it here for anyone that it might help in the future: https://github.com/dmitrysamuylov/xamarin-ios-akavache-secure-example

4

1 回答 1

5

链接到我创建的示例

https://github.com/PureWeen/Akavache.Samples

我意识到只有链接的答案通常不受欢迎,但我不知道是否有人希望将我的整个样本粘贴到答案中:-)

于 2017-09-11T16:06:19.087 回答