185 похожих чатов

Hi. I am working on an educational app. I want

to send a notification to the user how long he studied every day at 22:00 and clear that time. Unfortunately iOS does not provide me anything like notification sent or not. I wanted to ask you guys have you encountered such problem? If yes how did you solve this ?

17 ответов

23 просмотра

https://developer.apple.com/documentation/usernotifications/scheduling_a_notification_locally_from_your_app#2980225

HOGGISH- Автор вопроса

Thank you for the link to the documentation. I have read this. And I want to know whether this kind of problem occured to someone or not. If yes how did they overcame this problem.

sorry cannot get the problem. do u just wanna track that user received this notification?

HOGGISH- Автор вопроса

yes

did u try this one https://stackoverflow.com/questions/32061897/ios-push-notification-how-to-detect-if-the-user-tapped-on-notification-when-the ? or it needs to track without tap?

HOGGISH- Автор вопроса

didReceive works on taps only. I am sending the time that the user studied every day at specific time. And when the user receives the notification I want to clear the cache.

HOGGISH- Автор вопроса

func userNotificationCenter(_ center: UNUserNotificationCenter, didReceive response: UNNotificationResponse, withCompletionHandler completionHandler: @escaping () -> Void)

hmmm, probably it’s not possible. but you can try to write studying time duration with a date. Check user last time studying and dayComponent of date is < current day -> clear and do it every app launching

HOGGISH- Автор вопроса

yeah thank you for the suggestion and you time Andrii. I was doing the same for the past months but users send me report to the bug that. If they dont enter to the app after 22:00 the day after app sends them the time they listend yesterday this is the problem)

okay, lets do this one still check it every app launching and also check it when you send notification

HOGGISH- Автор вопроса

how do you check before sending the notificaiton ?) if that is possible that would be great

just get your StudyingTime data, compare with current date and send cleared or just not send notification, if no info for current day

HOGGISH- Автор вопроса

thank you Andrii. Yeah I tried this one too. The problem is when UNUserNotificationCenter.current().add(request) using this the time will be called once and never will be called after that. And that time will be called when you are adding the notification the the center

in theory you can schedule a background task to update your app’s cache after the notification appeared

HOGGISH- Автор вопроса

thank you. How is that possible ? Could you please tell me the ways ?

not sure, try this, and set earliestBeginDate after the time your notification is supposed to fire https://www.andyibanez.com/posts/modern-background-tasks-ios13/

HOGGISH- Автор вопроса

thank you. Looks interesting let me dive into that

Похожие вопросы

Обсуждают сегодня

Господа, а что сейчас вообще с рынком труда на делфи происходит? Какова ситуация?
Rꙮman Yankꙮvsky
29
А вообще, что может смущать в самой Julia - бы сказал, что нет единого стандартного подхода по многим моментам, поэтому многое выглядит как "хаки" и произвол. Короче говоря, с...
Viktor G.
2
30500 за редактор? )
Владимир
47
а через ESC-код ?
Alexey Kulakov
29
Гайс, вопрос для разносторонее развитых: читаю стрим с юарта, нада выделять с него фреймы с определенной структурой, если ли чо готовое, или долбаться с ринг буффером? нада у...
Vitaly
9
Чёт не понял, я ж правильной функцией воспользовался чтобы вывести отладочную информацию? но что-то она не ловится
notme
18
У меня есть функция где происходит это: write_bit(buffer, 1); write_bit(buffer, 0); write_bit(buffer, 1); write_bit(buffer, 1); write_bit(buffer, 1); w...
~
14
Добрый день! Скажите пожалуйста, а какие программы вы бы рекомендовали написать для того, чтобы научиться управлять памятью? Можно написать динамический массив, можно связный ...
Филипп
7
Недавно Google Project Zero нашёл багу в SQLite с помощью LLM, о чём достаточно было шумно в определённых интернетах, которые сопровождались рассказами, что скоро всех "ибешни...
Alex Sherbakov
5
длина пакета фиксированная, или меняется?
Okhsunrog
7
Карта сайта