0

Is there a way to log in to an iCloud account programmatically (assuming I have the UserID and Password)? I am using Ensembles 1.0 and would like to have the user enter the iCloud credentials and the app will log into the iCloud account "automatically".

jscs
  • 63,694
  • 13
  • 151
  • 195
SpokaneDude
  • 4,856
  • 13
  • 64
  • 120

1 Answers1

1

No. The iCloud account used affects the entire device. No individual app can use an iCloud account other than the one the user may currently be logged into on the device.

rmaddy
  • 314,917
  • 42
  • 532
  • 579
  • Hi Rick... so, the user has to logoff and then logon to the iCloud account manually... what are the "best practices" regarding this? Ask them to logoff and logon and then notify the app so the connection can be tested? SD – SpokaneDude Dec 04 '15 at 02:22