Local Notifications Issue

Hi. I’ve just started to test Local notifications for the first time in Corona SDK.

I’m getting a warning in the console:

WARNING: The ‘plugin.notifications’ library is not available on this platform.

I’ve followed all the steps in these links:

https://coronalabs.com/blog/2015/01/21/notifications-have-been-moved-to-a-plugin/

https://docs.coronalabs.com/daily/plugin/notifications/index.html

I’m using the free version of Corona SDK, would that be an issue or am I missing something?

I’ve added the required code to the build.settings file.

Hi @neon1,

This is an expected warning which shouldn’t interrupt the app running. It’s merely alerting you to the fact that notifications, by their core nature, won’t work in the Simulator. You’ll need to build and test for a real device to see them in action.

Best regards,

Brent

True, It doesn’t interrupt the app running. I haven’t tested it on device yet but if that warning is normal, then that great. No Worries.

Thanks Brent.

Hi @neon1,

This is an expected warning which shouldn’t interrupt the app running. It’s merely alerting you to the fact that notifications, by their core nature, won’t work in the Simulator. You’ll need to build and test for a real device to see them in action.

Best regards,

Brent

True, It doesn’t interrupt the app running. I haven’t tested it on device yet but if that warning is normal, then that great. No Worries.

Thanks Brent.