1

How would my app detect if a) the iOS user is signed into an iCloud account AND b) if the 2FA is enabled on that account?

I've been looking at Apple docs like CloudKit, but can't seem to find an answer.

jscs
  • 63,694
  • 13
  • 151
  • 195
Jeremy
  • 3,438
  • 3
  • 34
  • 57
  • the answer to question number one is [found in this very related question](https://stackoverflow.com/questions/32335942/check-if-user-is-logged-into-icloud-swift-ios) – Michael Dautermann Mar 30 '18 at 05:30

1 Answers1

0

No.
It's not possible as there is no open API to check about 2-factor auth enable/disable, but yeah feel free to file an enhancement request and describe your use-case so the cloud engineering can think about it.
link for an enhancement request - click here

if it is so important to use the case then navigating users to settings and asking them to enable it, will give u a shot about it, but yeah kinda hack not a solution.

kudos

Abdul Karim
  • 4,359
  • 1
  • 40
  • 55