Push Notification on iPad not showing up in setting

I am working on push notification on iPad. My application is a universal application that includes iPhone and iPad. IPhone removal notification works well, user receives push, application name is displayed inSetting -> Notifications

However, I have a slight problem with the ipad version: the application name does not appear in the list Settings -> Notifications. I can still register for the device ID, the iPad receives a push notification.

Does anyone know what could be causing? I checked and made sure that both registration codes for both devices are exactly the same

+3
source share
3 answers

This may be obvious, but you tried:

  • Restart your iPad?
  • , iPad?
  • iPad? iPad?

, . , iPad reset iPad.

, , - iOS. , , push , iPhone .

iPad , / iOS.

+3

, ?

I had a similar problem when I deleted it by - (void)registerForRemoteNotificationTypesaccident.

On all devices on which I had the application before deleting this line, there were still settings, but the new one did not register in order to click and not register in the settings.

+1
source

All Articles