简体   繁体   中英

iOS push notifications not being delivered at all

I am using Parse with a WebKitUI app. It is working and all the devices are registering for push notifications, I have over 100 devices now registered.However, it says "0 Users." Also whenever I send a push NO ONE receives it and they all say "opened by 0 people, etc."

What is wrong??

Check Settings of your Parse app, in push section have you uploaded Push Certificates?

Also, to confirm if your devices have registered, check Installation class in Parse App which has device token and installation ID.

If installation class in not populated properly, check method didRegisterForRemoteNotificationsWithDeviceToken in your app delegate.

Parse had good documentation on this, https://parse.com/docs/push_guide#setup/iOS

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