[objective-c] DeviceID 가져오기

천현철·2021년 1월 21일
0

iOS

목록 보기
12/51
+ (NSString*) getDeviceID
{
    NSString *uniqueIdentifier = [[[UIDevice currentDevice] identifierForVendor] UUIDString];

    return uniqueIdentifier;
}

출처
https://stackoverflow.com/questions/5468629/device-id-from-an-iphone-app

2020/08/13 - [Development Note/Android] - [Android Java] DeviceID 가져오기

profile
기도하지말고 행동하라

0개의 댓글