Harsh
Harsh
> I'm not sure https://github.com/aws-amplify/amplify-swift/issues/2508 will help my use case fully. If Amplify starts supporting App Groups, it will allow session sharing between extensions. Thereby not needing to call `InitAuth`...
@sekitaka This feature is only available in Amplify V2+. This was a feature addition done to V2 and was never part of Amplify V1. There are currently no plans to...
@tylerjames That is correct. At the moment there is no direct way of setting the user MFA preference. This is being actively worked upon as part of a broader TOTP...
The AWS iOS SDK supports it as you suggested. I was talking about Amplify. In Amplify V2, it is only possible using the escape hatch.
Amplify added support for TOTP MFA in [2.16.0](https://github.com/aws-amplify/amplify-swift/releases/tag/2.16.0).
Unfortunately we are not able to provide a timeline but rest assured our team is actively prioritizing and working on issues. We are in contact with the Cognito service team...
[Reference to the latest code](https://github.com/aws-amplify/amplify-swift/blob/main/AmplifyPlugins/Core/AWSPluginsCore/Model/Support/Model%2BGraphQL.swift#L76)
@sebsto Thanks for bringing this to our attention.. I will spend some time on this and see what going on.
Quick update: The fix has been merged in `amplify-swift` and is awaiting `amplify-cli` teams review.
The issue has been released. Please update amplify cli using `amplify upgrade`.