Enabling Push Notifications w/o certificates? APNs Auth Key

I'm interested in using the new APNs Auth Key for sending Push Notifications. It's billed as an "alternative to certificates for notification requests". Cool. I like the idea of it being non-expiring and working for both Sandbox and Production. So I've created the .p8 file and my key from : Member Center > Certificates > APNs Auth Key. I can then use this .p8 file + key + Team ID and plug these into (for example) the "apn" Node module : https://github.com/node-apn/node-apn


But now I can't figure out how to enable Push Notifications in my App ID Settings anymore, unless I also have certificates set up (the old way). I'm trying to do this from : Member Center > Identifiers > App IDs > Selecting my app > Edit. Again, I can only enable Push Notifications *if I configure a certificate*.


Seems to be some conflict there, right? Or am I missing something?

Replies

Did you figure it out? I have the same question...


Thanks