简体   繁体   中英

iOS Parse Push Notification Push sent 0 from Parse Website

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 ?

This may be because you are not using a valid push notification certificate. If you log in to your iOS developer account and click on your App ID it should say "enabled" with a green dot next to push notifications for development or distribution, whatever you're working with. If it does not you need to generate a push notification certificate for your app using the "+" button at the top of the page.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM