[@nativescript/local-notifications] getScheduledIds() returns ids of notifications that have already been published on Android

オープン
#343 コメント 3 件 リアクション 0 件 担当者 0 名 GitHub で見る

まだ誰も着手していません。

評価

難易度
4/5
見積もり時間
3〜5日
初心者へのやさしさ
38/100
issue の種類
バグ
明瞭さ
おおむね明確
活発さ
停滞
技術スタック
android, typescript
領域
mobile

調査の方向性

Android の getScheduledIds() の実装から開始し、配信済みの通知がスケジュール済みの集合からどのように削除されるかを追跡します。このフローを、説明されている iOS の動作と比較します。cancel() や cancelAll() を必要とせず、配信済みの通知 ID が後続の getScheduledIds() の結果に含まれなければ完了です。

索引モデルが issue の本文から書いたものです。

説明

On Android if you schedule a notification and wait to receive the notification, the notification shows as expected. If you call getScheduledIds() after, that notification ID is still returned in the array and the array continues to grow infinitely unless you explicitly call cancel() or cancelAll().

iOS works as you would expect. Once you receive a notification, that ID no longer returns after calling getScheduledIds().

主要言語
TypeScript
スター
206
フォーク
123
平均マージ
2日 1時間
マージ済み PR(30日)
1

コントリビューションガイド

コントリビューションガイドを開く

はじめの一歩

  1. issue を最後まで読み、次にプロジェクトのコントリビューションガイドを読みます。
  2. 着手することを issue にコメントします — 二人が同じ作業をするのを防げます。
  3. リポジトリをフォークし、ブランチを切って変更します。
  4. issue 番号を参照したプルリクエストを送ります。

NativeScript/plugins のほかの issue

NativeScript/plugins の issue をすべて見る

似ている issue

TypeScript の issue をもっと見る

新しい issue をメールで受け取る

初心者向けの GitHub issue を短くまとめたダイジェスト。