我在Visual Studio社区中创建了一个Xamarin.Form,跨平台移动应用程序。我创建了一个登录页面,并希望与AWS Identity池集成,但似乎找不到工作示例。
我发现的东西:
在这里 - 我从这里实现了登录名,但是当我尝试登录时,我有一个例外 - 但是没有编译错误,只有一些警告:
Unhandled Exception:
System.MissingMethodException: Method 'Amazon.CognitoIdentityProvider.AmazonCognitoIdentityProviderClient..ctor' not found. occurred
在这里 - 但是是用户池,我在AWS文档中找不到认知和认知
在这里 - 再次找不到上述类
https://github.com/curtisshipley/cognitoforms
这是使用.net的AWS SDK的示例应用程序。
https://github.com/awslabs/aws-sdk-net-samples/tree/master/xamarinsamples/cognitoidentity