how to schedule notification ?
Hey can you please add scheduling support too .
@hackertron Scheduling is supported on iOS. But it is not on Android out of the box. I can create an interval property where you can set the time. Let me know if you have any ideas for android.
If it's possible please do, i am also not sure if it will work on Android 8
On Monday, February 11, 2019, Siddesh Pillai [email protected] wrote:
@hackertron https://github.com/hackertron Scheduling is supported on iOS. But it is not on Android out of the box. I can create an interval property where you can set the time. Let me know if you have any ideas for android.
— You are receiving this because you were mentioned. Reply to this email directly, view it on GitHub https://github.com/siddeshpillai/qt-notification/issues/10#issuecomment-462205390, or mute the thread https://github.com/notifications/unsubscribe-auth/AHT_OnWdd_skXNPkSqd7s4tzLxff3a-Lks5vMNSGgaJpZM4W-MOD .
Sure. You can submit a PR for this.
i don't think it will work for Oreo+ (it's mentioned on stackoverflow)
@hackertron @mohammadhasanzadeh You can schedule a notification but without using a Wakeful service. I don't see any issues in just using AlarmManager even for Android API 26+as per the android docs.