Hi Clef,
At the moment we haven’t added the ability to use Push without an account (i.e. email), so as of now this is still required.
But as I mentioned else where we are looking at making this optional.
I believe we have a guide for Push Notifications that is getting prepped for release.
The Corona Cloud part is actually very small, the main bulk of the work is actually with your Push provider Apple and GCM to get the certificates and profiles created.
On the CC side, its only a matter of:
- Enabling the service on the Corona Cloud Portal
- Uploading your certificates
- Register the device with Corona Cloud in your client code with https://docs.coronalabs.com/api_web/api/pushNotification/registerDevice.html or with function cloudCore.registerDevice ( deviceToken ) using framework-cloud lua library.
- You can use the Portal to send notifications, or it is handled automatically for you for example in Multiplayer
Thanks
-Mohamed
