什么是使用APN推送服务时的“keyID”

通常有3个信息我需要提供,使用苹果APNs: key, keyId, teamId ,就像这里 。

我明白key (笔文件位置)和teamId ,但我在哪里可以findkeyId ? 这是在https://developer.apple.com某处吗? 这是包ID吗?

在这里输入图像说明

 key: 'apns.p8', // Path to the key p8 file keyId: 'ABCDE12345', // The Key ID of the p8 file (available at https://developer.apple.com/account/ios/certificate/key) teamId: 'ABCDE12345', // The Team ID of your Apple Developer Account (available at https://developer.apple.com/account/#/membership/) 

你可以find更多的: https : //eladnava.com/send-push-notifications-to-ios-devices-using-xcode-8-and-swift-3/