• 로그인
  • 장바구니에 상품이 없습니다.

home2 게시판 Flutter 게시판 최신 android에서 원하는시간에 알람 띄우기가 안됩니다

최신 android에서 원하는시간에 알람 띄우기가 안됩니다

  • 이 주제에는 1개 답변, 2명 참여가 있으며 codingapple1 월 전에 전에 마지막으로 업데이트했습니다.
2 글 보임 - 1 에서 2 까지 (총 2 중에서)
  • 글쓴이
  • #139409

    열심인
    참가자
    Meerkat 버전 pc를 바꾸면서 5월 18일날 설치
    showNotification2() async {
      tz.initializeTimeZones();
      var androidDetails = const AndroidNotificationDetails(
        '유니크한 알림 ID',
        '알림종류 설명',
        priority: Priority.high,
        importance: Importance.max,
        color: Color.fromARGB(255, 255, 0, 0),
      );
      var iosDetails = const DarwinNotificationDetails(
        presentAlert: true,
        presentBadge: true,
        presentSound: true,
      );
     try {
        await notifications.zonedSchedule(
          2,
          '제목2',
          '3초 후에 나타나는 알림',
          tz.TZDateTime.now(tz.local).add(Duration(seconds: 3)),
          NotificationDetails(android: androidDetails, iOS: iosDetails),
          androidScheduleMode: AndroidScheduleMode.exactAllowWhileIdle,
          matchDateTimeComponents: null
        );
        print("알림 예약됨");
      } on PlatformException catch (e) {
        print("알림 예약 실패: ${e.message}");
      }
    }
    pubspec.yaml 파일
    dependencies:
      flutter:
        sdk: flutter
      http: ^1.3.0
      image_picker: ^1.1.2
      intl: ^0.20.2
      shared_preferences: ^2.5.3
      provider: ^6.1.5
      flutter_local_notifications: ^19.2.0
      timezone: ^0.10.1
    기존의 
    uiLocalNotificationDateInterpretation:
          UILocalNotificationDateInterpretation.absoluteTime
    이부분이 오류가 나서 찾아보니 위와 같이 하면 된다고 해서 바꿈
    그리고 알람 권한을 줘야한다고해서 그냥 App info에 들어가
    Alarms & reminders 를 허용으로 해주고
    실행을 했는데
    '알림이 예약됨'은 콘솔에 출력되는데
    알림이 안뜹니다.
    이전 강좌인 바로 알람띄우는건 됩니다.
    근데 3초 후에 띄우는게 안됩니다
    
    #139411

    codingapple
    키 마스터
    matchDateTimeComponents: null 은 지워봅시다 
    요즘 안드로이드는 알림권한 팝업 띄우려면 이런거 추가하면 되나봅니다 
    https://pub.dev/packages/flutter_local_notifications#requesting-permissions-on-android-13-or-higher
    
2 글 보임 - 1 에서 2 까지 (총 2 중에서)
  • 답변은 로그인 후 가능합니다.

About

현재 월 700명 신규수강중입니다.

  (09:00~20:00) 빠른 상담은 카톡 플러스친구 코딩애플 (링크)
  admin@codingapple.com
  이용약관
ⓒ Codingapple, 강의 예제, 영상 복제 금지
top

© Codingapple, All rights reserved. 슈퍼로켓 에듀케이션 / 서울특별시 강동구 고덕로 19길 30 / 사업자등록번호 : 212-26-14752 온라인 교육학원업 / 통신판매업신고번호 : 제 2017-서울강동-0002 호 / 개인정보관리자 : 박종흠