I m working on iphone application which contains username and password field in applications preferences setting. i want to validate username and password on some websites when user press return button like Music application of iPod which validates apple id and password on done.
Also want to know how to change keyboard return key to Done button in preferences textFiled.
I m working on iphone application which contains username and password field in applications
Share
You can’t do this in the central settings app. It is not possible to run your own code there, you can just tell it what sorts of data can be input.
Apple, of course, are not bound by this restriction so they can do what they like in the settings app.
If you want login controls and authentication then this would have to be done within your app – which makes sense from the users point of view anyway, they don’t want to have to switch to settings to start using your app.