multi player crossplatform

Hey,

I would like to develop a single multi player cross platform game for both iOS and Android. The game will use persistent data. Is there a best way to go solution in Corona?

One solution that cross my mind is to use http requests to send data to my own server and use push notifications to receive data back from my server. The server itself will use api of some multiplayer and push services. Does this is a plausible way to go? Does anyone can direct me to such available services?

10x,

Yuval.

Have you looked into parse.com?

Everything can be done via REST API calls. Very easy to get up and running. Includes push notifications, facebook login etc.

I will look into that. Thanks

Have you looked into parse.com?

Everything can be done via REST API calls. Very easy to get up and running. Includes push notifications, facebook login etc.

I will look into that. Thanks