Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

No Registered devices in parse (Push Notifications)

I am having trouble with push notifications using Parse.com.

I can pass a message to parse, however when I try to send a message from parse I am told that I have "No Registered Devices" when in actual fact, I have several in the Dev center!

It seems the code is working fine but feel I am missing something!

Any Ideas?

like image 236
Graeme K Avatar asked Jan 23 '26 11:01

Graeme K


1 Answers

Here is how I fixed it:

  1. Sometimes, your XCode doesn't have all the profiles.

Sync the profiles by going to XCode > Preferences > Accounts > Your Account and Select Application Id and press refresh button (See picture below). enter image description here

  1. Make sure your provisioning profile is ACCURATE as the picture below:

In Target > Build Settings > Code Signing AND in Project > Build Settings > Code Signing (Both of them)

Specifically you need to specify Developer Profile for Code Signing Identity. And your App provisioning profile for Provisioning Profile enter image description here

like image 148
Raja Rao Avatar answered Jan 26 '26 01:01

Raja Rao