Consuming Amazon SimpleDB - IdentityPool not found

39 Views Asked by At

I'm following the tutorial from https://developer.xamarin.com/guides/xamarin-forms/web-services/consuming/aws/ and have created an AWS IdentityPool and modified the Policy Document for the unauthenticated identity as described, but when I run the downloaded sample project I get:

IdentityPool '{poolid}' not found

When I login to the Cognito Console, I can browse my IdentityPool (Federated Identities) and all appears to be valid

1

There are 1 best solutions below

0
On

Solved: The region specified in the example was useast1, whereas my identitypool was in uswest2.