is there a problem with ios notification ?

Hi,

we are having trouble with iOs remote Registration. All was working fine on our latest build (ios8). We made a new one and registration not working anymore. 

We do not change anything in this par of code.

All working fine with Android.

Using on server side our own php code.

thanks for help

local function onNotification( event ) if event.type == "remoteRegistration" then -- Our network request to php elseif event.type == "remote" then end end Runtime:addEventListener( "notification", onNotification )

Testing with an old dailybuild (2014.2524) all work fine

Thanks

Local & push notifications were recently moved to a plugin that you must add in your build.settings. You can read more here: http://coronalabs.com/blog/2015/01/21/notifications-have-been-moved-to-a-plugin/

missed it ! thank U and apologize …  

Testing with an old dailybuild (2014.2524) all work fine

Thanks

Local & push notifications were recently moved to a plugin that you must add in your build.settings. You can read more here: http://coronalabs.com/blog/2015/01/21/notifications-have-been-moved-to-a-plugin/

missed it ! thank U and apologize …