objective c - iOS - Parse Push Notifications, some Users wont receive push -


i have set parse push notifications. running beta few of friends, , seems iphone able receive push notifications. badge increments, sound , message, there me.

on push tab in parse "pushes sent" column shows "1" pushes sent iphone, , "0" pushes sent iphone.

we using same build. , have set notifications on in settings.

any ideas why happening?

first of all, app in development mode should register friends udid's in apple developer portal devices section.

once have done that, should generate new development certificate including friends devices signed receive same services you.

check out 1 more time parse certificates tutorial , make sure signing app correct certificate , uploading correct 1 parse push settings.

when installing app please make sure certificate updated 1 , signing it.

hope helps.


Comments

Popular posts from this blog

searchKeyword not working in AngularJS filter -

sequelize.js - Sequelize: sort by enum cases -

user interface - how to replace an ongoing process of image capture from another process call over the same ImageLabel in python's GUI TKinter -