bogardon / veoveo-rubymotion

veoveo's ios app in rubymotion
0 stars 0 forks source link

Limit location based notifications #77

Open kvanscha opened 10 years ago

kvanscha commented 10 years ago

Since our map is getting full, let's limit the number of location based notifications people can get per day to 1. Especially since we're only sending a notification per discovery once every 3 months, it's a bummer if we send 10 on one day and then none for a long time.

After we send one, we can stop checking until the next day. Let me know if this is hard, or if you want to talk about the expected behavior.