/ Published in: Objective C
Grabs the unique device id from the iPhone
Expand |
Embed | Plain Text
UIDevice *device = [UIDevice currentDevice];
You need to login to post a comment.
steve918 on 02/04/09
7 people have marked this snippet as a favorite
jdstraughan
robby
DASKAjA
mattnews
umang_nine
verostudios
Tintenklecks
Grabs the unique device id from the iPhone
UIDevice *device = [UIDevice currentDevice];
You need to login to post a comment.