FalconTheBerd / directionalmarker

A student based Compass for FVSSC
2 stars 0 forks source link

Reminders don't work on mobile #4

Open FalconTheBerd opened 9 months ago

FalconTheBerd commented 9 months ago

Reminder's Page

iOS does not receive notifications and reminders do not get deleted.

FalconTheBerd commented 9 months ago

You can use Apple's Push Notification service (APNs) to send notifications to iOS users. You'll need to integrate this into your website using server-side code and follow Apple's guidelines for sending notifications at the right time based on your server logic or user interactions.

FalconTheBerd commented 9 months ago

Notifications also don't work on Android. Will focus on that as Android is easier to work with.

FalconTheBerd commented 9 months ago

May not optimise the app for mobile.

FalconTheBerd commented 8 months ago

iOS receives a pop up if the website is in the foreground. still yet to test on android