覚えたことを復唱してみる。 だって、忘れっぽいんですもの。

UUIDを生成する

CFUUIDRef uuidObj = CFUUIDCreate(nil);
NSString *uid = (bridge NSString*)CFUUIDCreateString(nil, uuidObj);