javascript - Ionic: receive push notification based on geolocation -
i'm developing ionic mobile app , i've started working on push notifications module. i'm receiving push notifications well, using ionic push alpha , google gcm.
my problem appears, when, inside app, want let user configure receiving notifications or not, , receive notifications based on it's own geolocation.
should send push notification device tokens have stored, , each device decide (based on current position) if should show notification or not? possible?
is there other possibility this?
thanks!
Comments
Post a Comment