I'm learning how to build a mobile app with Google App Engine's iOS endpoints (python backend). I'm a noob.
From all of the documentation I've found, communication between the mobile device and the GAE backend-datastore occurs in a query-response format to-and-from a single device. But now I would like an action by one device to cause the server to send information to another device.
I saw a tutorial on CloudActionDelegate that seems to suit my needs, but I'm getting the impression that it has been deprecated. It also looks like APNs are not really what I'm looking for because I'm would like to provide frequent updates (for example, anytime one device moves).