私はaws cognito IDを実装し、私のxamarin.formsプロジェクトに同期しました。すべてがうまくアンドロイドで動作します。私はuwpアプリケーションで試してみたいです。即座に私は以下のような例外があります。 AWSがPclの実装をサポートしていないことを意味するのですか?それは純粋に実装され、依存性注入で参照されるべきですか?Amazon WebサービスとUWPとxamarin.forms?
AWSSDK.Core.dll but was not handled in user code
Additional information: This functionality is not implemented in the
portable version of this assembly.
You should reference the AWSSDK.Core NuGet package from your main
application project in order to reference the platform-specific implementation.
私はUWPとXFの両方にインストールさnugetsを以下している即座に私は以下のように例外が発生しました
これはAWSのもうひとつの失望です。私はxamarinのドキュメント全体を読んでいて、どこにも書かれていないので、PCLがUWPとWP8.1をサポートしていないことを強調しています。 – batmaci