I’m creating a registration for my iPhone application and would like to add the ability to guess the phone’s default name and email to minimize the amount of typing for the user. What APIs could be used to autofill this information (UITextField, not safari)?
Share
I think I might have found a questionable way of using Apple’s defaults and UIDevice API that allows for likely discovering of a user’s Full Name.
Since many users probably don’t change the default device name, we can check to see if it matches the default format and strip out the Full name of the person.