views:

288

answers:

1

Hi,

In my iphone application i want user device all the settings information using code. i.e. User name,Device OS,Device Version etc....

IS it possible using code or not?And if possible please provide code or any other useful link,which would be appreciated.

Thanks,

Mishal Shah

+3  A: 

Perhaps you are looking for [UIDevice currentDevice]? Have a look at this.

slf