in the past i have developed several iOS apps which use Windows Azure Mobile Services in NodeJS as back-end.
Almost all of those apps must receive push notifications and I used the push service embedded in the Mobile Services to fulfill this requirement.
Now, I'm developing a new application with the same requirement. I was confident that everything would go fine: indeed notifications to Android and Windows Phone perfectly work. But iOS notifications are not delivered! Moreover, the backend does not show any error: i suppose that the tokens and the push payloads are ok...
My greatest fear is that something is changed with the new iOS8
Somebody else is suffering from the same problem? Which solution have you adopted (external push services, hub notification services, ...)
I have to keep Windows Azure in NodeJS as back-end since it is almost finished... the push are the last requirement I need to implement...
Thank you to everybody.
Rik.