- Current Working implementation : We have implemented notification through custom code in Xamarin.Forms as below:
On Resume of the application, we check certain conditions through Web API (Web API checks a flag in the SQL Server Database). If the conditions are met, We Open a display alert which is our notification.This is more of a polling Approach to the backend.
Rather than above, We want a Push notification from the backend to the Xamarin.Forms/Android/IOS whichever works.
Note : We are not using Azure anywhere, Both our WEB API and Backend host(SQL SERVER Database) are on premise.