简体   繁体   中英

Push Notification Certificates/ Profiles for Watch Kit

I'm about ready to submit my watchkit app to the app store. Finally.

During testing, xcode managed my provisioning profiles for the WatchKit Extension and the WatchKit App. Of course for push notifications I was required to create a certificate for the iphone. Without creating any new AppId's or provisioning profiles for the Watch App/Extension i was able to receive push notifications on my wrist.

The question I now have is whether or not I will be required to create all new apns development certificates for each of the new appids?

The answer is No, you don't have to create that for you watch app. When iPhone receives notifications, the iOS system will decide which device it should push to. And you do need to create two more app identifiers and two more provisioning profiles in order to let iTunes Connect detects that you have WatchKitExtension .

The Watch simply displays notifications sent to your existing app using the existing cert. You don't need to generate new APNS certs.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM