vgwb / Antura_arabic

winner of the EduApp4Syria international initiative, the learning game "Antura and the Letters (Arabic)" teaches arabic kids how to read and write. Complete open source Unity project.
http://www.antura.org
Other
54 stars 26 forks source link

[Local Notifications] finalize and validate design & messages #523

Open FrancyCavallari opened 6 years ago

FrancyCavallari commented 6 years ago

We currently imagine to have only 2 types of Local Notifications:

StefanoCecere commented 6 years ago

check ClerAllNotifications under iOS (doesn't seem to work well!)

FrancyCavallari commented 6 years ago

On iOS I still receive the Notification everyday at midnight.

FrancyCavallari commented 6 years ago

Also on Android I received the Notifications at midnight.

FrancyCavallari commented 6 years ago

This issue is pretty annoying... having Notification during the night is pretty useless. Can we fix it or should we disable Notifications for now?

StefanoCecere commented 6 years ago

set after 20 hours and reset at new player start

FrancyCavallari commented 6 years ago

image It seems that several notifications are sent consecutively... so I suspect that a new notification schedule does not reset the previous one (tested on iOS)

StefanoCecere commented 6 years ago

there seems to be some bugs in API UnityEngine.iOS.NotificationServices.ClearLocalNotifications();

i'll check better soon,eventually use an external plugin or trick

see https://forum.unity.com/threads/notificationservices-in-ios-works-very-bad-clear-badge-and-text.435750/

FrancyCavallari commented 5 years ago

On iOS the multi-notification is still present... we should find a solution or disable Local Notification on iOS. PS: on iOS we have also #737 , so maybe we have a problem with the calendar/time management.