issues
search
AgaKhanFoundation
/
WCF-iOS
iOS frontend
BSD 3-Clause "New" or "Revised" License
3
stars
4
forks
source link
Push Notifications
#374
Closed
riyazhdholakia
closed
3 years ago
riyazhdholakia
commented
4 years ago
Setup push notification permission prompt to trigger after on-boarding and before loading the home page
Show two prompt, 1st will be in-house and 2nd will be native.
If user selects ‘NO’ to 1st prompt, keep showing the 1st prompt after an interval of 1 day untill selected “YES”. 2nd prompt will just be shown once.
Integrate Firebase in the application to handle/receive push notifications
Setup logic to update the device-id with Firebase token to the server once access is granted.
When the push notification is clicked just launch the application and take the user to the home page