I am unable to receive push notifications from parse website, it says sent to 2 devices but pushes sent is coming out to be 0, I can see my devices with id and all, in the installation class of parse core.
I even used
-(void)application:(UIApplication *)application didFailToRegisterForRemoteNotificationsWithError:(NSError *)error{
...
}
in order to display any error but nothing was found. Any suggestion on how to tackle this situation ?