I am starting to implement iCloud, and I would like to prompt the user to set up iCloud account if he doesn't have it set up yet.
How do I do this?
Thanks
I am starting to implement iCloud, and I would like to prompt the user to set up iCloud account if he doesn't have it set up yet.
How do I do this?
Thanks
See this question.
So in your case it would be the following bit of code:
NSURL *url=[NSURL URLWithString:@"prefs:root=CASTLE"];
[[UIApplication sharedApplication] openURL:url];