Y
Hacker News
new
|
ask
|
show
|
jobs
by
MichaelSelsky
3975 days ago
How are you passing messages between people?
1 comments
fo0x
3975 days ago
We use APNS
link
sneak
3975 days ago
What do you do with the users' location history on the server side? (Obviously you see it to be able to know who to send push notifications to...)
Is it stored? Logged inadvertently? Intentionally archived? Intentionally purged?
link
fo0x
3975 days ago
We don’t store users location history. User's device only sends its geolocation and we use it simultaneously under messaging. All geolocations are erased by newer ones.
link
nschomsky
3975 days ago
How do you access the users location? Wifi? The app doesn't ask for this permission and there's no such permission in the settings tab.
link
fo0x
3975 days ago
You probably haven't finished tutorial mode. After the tutorial Nod will ask to turn on geolocation access.
link