Hi there, first post here (very impressed with what I’ve discovered so far with Corona!):
I’ve been tasked to build a simple iOS/Android game with multiplayer over WiFi or bluetooth — my client has asked me if it’s possible to receive push notifications when other players with the app are nearby even when the app is not running.
Is this even possible? I know that with Pokémon Go, notifications are received when Pokémon are nearby, but I’m guessing that is data being sent by a master server (and works different in principle than what my client has in mind).
I feel like it’s probably not possible to receive notifications in the wild unless both users have the app running; but I thought I would ask here to make sure!