Question

Is possible to send pushes from backend (using Pushwoosh remote API) to any device thats be inside a defined geozone? Can I use for do that the getNearestZone function? I don't understand it at all, I figured out that the getNearestZone function let me know the distance to the nearest geozone configurated by the pushwoosh panel?

Was it helpful?

Solution

GeoZones by default are intended to work automatically. When users enter a GeoZones, they receive push message triggered by it.

Currently, the manual/scheduled push messages can be delivered via Tags only, i.e. to Cities and Countries.

There is an Enterprise method, that lets you get recent coordinates of all devices (!) with their IDs via API. In this case you can target these devices via their IDs directly, or put a Tag on them. You can also dynamically set a GeoZone in the area of your interest via API (also an Enterprise method), for example in the zone with high density of your subscribers.

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top