I want to have the pk in my fetched objects, so i can use the unique pk number for a unique image filename.
But i can't make it work, i just need a unique filename for my images. Does somebody has a solution for this?
When i NSLog object ID i get this:
NSManagedObjectID *ID = [someThing objectID]; NSLog(@"ID: %@",ID);
Output: ID: 0x124dd00
I know the last p11, resembles the pk, but whats the best way to get to it??