Tried all these steps
- Force restart
- DIsabled focus mode
- Notifications are enabled in both device and in app settings
- Disabled summary notifications.
- Tried sending notification from pusher tool, that also is not showing up in the center.
What could be the reason and a possible solution?
There are many reasons for a problem like this to appear. The two most common reasons we see during development are:
- building over and over from Xcode, your tokens may have changed and you are not aware of it. Try cleaning up. Delete the app from the device, and install a fresh build and test using the new tokens
- if you are switching between debug and release builds, make sure that you are using the correct tokens and the correct APNs endpoints. development and production tokens are different and can only be used with the corresponding environments.
If these simple issues are not it, then you will need to look at any errors you are receiving, and if you cannot solve the issue, supply some detailed information about failing notifications.
You can read more about the diagnostic info needed at If you need assistance debugging your push notification issues
Argun Tekant / DTS Engineer / Core Technologies