Contents

?

단축키

Prev이전 문서

Next다음 문서

크게 작게 위로 아래로 댓글로 가기 인쇄
?

단축키

Prev이전 문서

Next다음 문서

크게 작게 위로 아래로 댓글로 가기 인쇄

AppDelegate에 위의 메서드를 추가하면 수신 동의 후 device token 수령 성공/실패와 무관하게 push 다이얼로그에서 사용자의 선택이 허용인지 비허용인지를 알 수 있다.


- (void)application:(UIApplication *)application
    didRegisterUserNotificationSettings:(UIUserNotificationSettings *)notificationSettings
{
    if ((notificationSettings.types & 1) == UIUserNotificationTypeNone) {
        NSLog(@"user selected NO");
    }
    else {
        NSLog(@"user selected YES");
    }
}



?

  1. '2014 모바일 개발 트렌드' 발표자료입니다.

  2. Apache CORS 설정

  3. Aspect Oriented Programming in Objective-C

  4. asx미디어 정보 기록..

  5. CentOS 6.5 USB 설치

  6. CentOS 에서 Cacti 설치하기

  7. Configure Postfix to Use Gmail SMTP on Ubuntu 18.04

  8. DDay Memo 1.9.4 소스코드

  9. EBS [수학영역] 미적분과 통계 기본 - 정규분포의 의미와 특징은?

  10. Enable Safari Hidden Debug Menu in Mac OS X

  11. Enable the Develop Menu in Safari

  12. GCM 사용하기 2 (단말에 GCM 구현하기)

Board Pagination Prev 1 2 3 4 5 6 7 8 9 10 ... 98 Next
/ 98