Disable Corona Cloud (or just notification system)

Hi,

I’d like to know if theres a way to disable corona cloud.

Push notifications are not working anymore, its seems that the new public build overides notification listener : 

Runtime:addEventListener( "notification", onNotification )

Nothing is fired… I have not change my code.

(I don’t want to use corona cloud to manage push notifications)

Thank you,

Hi Sunny,

The cloud does not need to be “disabled”. By not including the cloud LUA library, you are free to use whatever else you want. We don’t automatically set you up with Cloud, as we don’t initialize the cloud automatically either.

Hope this helps,

Alex

Hi Sunny,

The cloud does not need to be “disabled”. By not including the cloud LUA library, you are free to use whatever else you want. We don’t automatically set you up with Cloud, as we don’t initialize the cloud automatically either.

Hope this helps,

Alex