App doesn't receive (or show in Settings as supporting) Push

Hi.

it's been a while since i used APS, and I'm trying to set up a new iOS app fort push notifications (for now just a dummy app).

I have Push enabled for the profile, got the certificate, and everything. in my app i call registerForRemoteNotifications and get the expected callback to didRegisterForRemoteNotificationsWithDeviceToken with a device token that looks good.

I've got the server set up to send a test notification using the new HTTPS/2 APIs, and that all seems to work well (after some hurdles), the server sends back a "200" status code for my push.

I'm running my app in developer mode on a real iOS device; I'm using the sandbox push server URL.

however

(a) no notification shows on the Phone

and more curiously

(b) despite getting a token, my App does not show in Settings under Notifications, and in the apps now settings view, there's no Notifications item either.

Again this is even though registerForRemoteNotifications succeeds

What step could i be missing?

thanx, marc