以下のドキュメントを参考に、amplify-iosを導入し、リストにあるライブラリを選択し、インストールしてください。 https://github.com/aws-amplify/amplify-ios#installation
- Amplify
- AWSAPIPlugin
- AWSCognitoAuthPlugin
以下のドキュメントを参考に、amplify-iosライブラリのの初期化を行ってください。 https://docs.amplify.aws/lib/restapi/getting-started/q/platform/ios/
提供された情報をもとに、amplifyconfiguration.json
を編集してください。
以下のように、このサンプルでは起動時にsign inを自動で行うようにしています。 この箇所を提供されたusername, passwordを使用するようにしてください。
以下のようにデータを送ることができます。
https://github.com/makeOurCity/ios-sample-app/blob/main/AmplifyAuthSample/ContentView.swift#L17