I'm trying to figure out how to log in with an authenticated developer identity using the AWS mobilehub iOS SDK, as AWS has recently changed this SDK and I can’t find the documentation on this. An example application cannot shed light on this.
I have a REST API to get the identifier and cognito token, but I'm not sure what to do with them when I have this.
AWS has the following different classes that further complicate the problem:
AWSCredentialsProvider, AWSCognitoCredentialsProvider (no longer available in the new SDK), AWSSignInProvider, AWSAbstractCognitoIdentityProvider (no longer available in the new SDK)
There is now something called AWSAbstractCognitoIdentityProviderHelper ..
They are handled by AWSIdentityManager, which is part of AWSMobileHubHelper.framework, however AWSIdentityManager does not allow you to set up a credential provider so that I don’t understand how I mean to interact with it in this regard.
Any textbooks, documentation, etc. will be highly appreciated
ios objective-c iphone amazon-web-services aws-mobilehub
Zigglzworth
source share