Accessing AWS from an iOS application #724
Unanswered
rpatel8del
asked this question in
Q&A
Replies: 1 comment
-
2 years are passed. any reaction? |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi there,
I'm trying to call/implement the
SetUserMFAPreference
from an iOS app, Amplify doesn't support this natively so I'm using theescapeHatch
. I've gone through the doc, I've setup my AWS access credentials in my env var of xcode and this works fine in development.Whats the best practice for baking in the access credentials in the app to the SDK can access it in production?
Cheers
Beta Was this translation helpful? Give feedback.
All reactions