1) Foreground Notification 옵저버 등록 시 명칭 변경 if ([MSUtil isIOS8OrLater]) { [[NSNotificationCenter defaultCenter] addObserver:self selector:@selector(handleApplicationWillEnterForeground:) name:UIApplicationDidBecomeActiveNotification object:nil]; } else { [[NSNotificationCenter defaultCenter] addObserver:self selector:@selector(handleApplicationWillEnterForeground:) name:UIApplicationWillEnterForeg..
ingleton 객체 생성 할 때, 어플리케이션 life cycle동안 한 번만 불릴 수 있도록 조절한다 아래와 같이 thread-safe를 위해 dispatch_once() 를 사용하자. [OBJECTIVE - C] static Manager *_sharedManagerInstance = nil; + (void) close { _sharedManagerInstance = nil; } + (Manager *)sharedManager { static dispatch_once_t predicate; dispatch_once(&predicate, ^{ _sharedManagerInstance = [[self alloc] init]; }); return _sharedManagerInstance; } [SWIFT..

UUID - Universally Unique Identifire ( 시간, 공간을 이용하여 뽑아낸 128bit (중복되지 않는) 값 ) GUID - Globaly Unique Identifire ( UUID 와 같은 MS 에서 사용하는 값 ) UDID - Unique Device Identifire ( 기기 별 고유 식별 값 ) NSString* uniqueIdentifier = [[[UIDevice currentDevice] identifierForVendor] UUIDString]; // IOS 6+ NSLog(@"UDID:: %@", uniqueIdentifier); 보안상의 이유로 udid 수집이 ios6부터 사라졌다 + (NSString *)deviceUUID { if([[NSUserDefau..

iOS11 배포 이후 fabric에 관련 crash가 들어오기 시작했다 UIKit -[UIPageViewController queuingScrollView:willManuallyScroll:toRevealView:concealView:animated:] 0 CoreFoundation __exceptionPreprocess 1 libobjc.A.dylib objc_exception_throw 2 CoreFoundation +[NSException raise:format:] 3 Foundation -[NSAssertionHandler handleFailureInMethod:object:file:lineNumber:description:] 4 UIKit -[UIPageViewController qu..
- Total
- Today
- Yesterday
- ADID
- iOS #앱개발
- xcode
- uuid
- GAID
- iBeacon
- 앱개발
- TimeZone
- 카플레이
- backgroundTask
- UIPageViewController
- 반응형프로그래밍
- Instance
- Beacon
- SVG
- DeviceID
- Swift
- ios
- 파일변환
- iOS비콘
- 비콘
- IDFA
- UDID
- ios #DRM #Media #codec #swift #audio #fairplay #widevine #playready
- RxSwift
- RECO
- 세계시간
- 백그라운드
- Singleton
- CarPlay
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | 2 | |||||
3 | 4 | 5 | 6 | 7 | 8 | 9 |
10 | 11 | 12 | 13 | 14 | 15 | 16 |
17 | 18 | 19 | 20 | 21 | 22 | 23 |
24 | 25 | 26 | 27 | 28 | 29 | 30 |
31 |