Contents

?

Shortcut

PrevPrev Article

NextNext Article

Larger Font Smaller Font Up Down Go comment Print
?

Shortcut

PrevPrev Article

NextNext Article

Larger Font Smaller Font Up Down Go comment Print

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. [virtualbox] VirtualBox에 Ubuntu 설치하기

  2. [mysql] MySQL 데이터베이스 추가 및 사용자 추가

  3. [oracle] Oracle 사용자 추가 절차

  4. [mysql] MySQL 백업 및 복구

  5. [mysql] MySql DB/테이블 사이즈 확인을 위한 쿼리

  6. SQL JOIN 정리 (Inner Join & Outer Join)

  7. [python] 파라미터 앞에 *, ** 의 의미? (*args, **kwargs)

  8. 링크들 보고 지울 내용

  9. [Javascript][Ajax] 자바스크립트 강의 산출물

  10. [ios] Locale Identifiers

  11. [ios] Swift 4 Dictionary 사용하기

  12. [ios] Swift 4 Singleton inheritance

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