Does Backendless still allow push notifications?

Hi,

I am doing some research on Push Notification and am looking for the Push Notifications tab but can’t seem to find it.

Steve

Hi @Steve,

To Open the Push Notification tab, Click on the “Quick Access” button → Select Push Notification to display it in the Main menu.


Regards,
Bohdan

Thanks.

Am I correct in assuming that I should be able to push notifications based on a geofence per user.

Hi @Steve

Yes, you can create a PushNotifications template and use there whereClause with GeoData to search a point in a polygon:

Within(location, 'POLYGON((-154.53617745476788 7.820063820687473, -154.53617745476788 51.13813853838118, -14.87797432976788 51.13813853838118, -14.87797432976788 7.820063820687473, -154.53617745476788 7.820063820687473))') = True

https://backendless.com/docs/rest/data_spatial_retrieval_api.html

Regards,
Vlad