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 )