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. [ios] UIWebView를 이용한 로컬 HTML 파일 표시

  2. [linux] iptables 초간단 세팅 스크립트

  3. Configure Postfix to Use Gmail SMTP on Ubuntu 18.04

  4. [ios] APNS, Remote Push 사용자가 수신을 동의했는지 확인하기

  5. [linux] yum 업데이트 시 커널 제외하기

  6. [android] How can I place app icon on launcher home screen?

  7. [ios] 동영상 플레이어 샘플 (for PIP Player)

  8. [ppt] Macro for board game 발표자료 (@Team Study 2013.01.18)

  9. How to Install and Use wget on Mac

  10. [ios] GPS 이용 상태 확인

  11. 모바일 프로그래머가 갖추어야 할 필수 역량

  12. [js] URL 파싱하기 (jQuery 안쓰고)

Board Pagination Prev 1 ... 9 10 11 12 13 14 15 16 17 18 ... 98 Next
/ 98