简体   繁体   中英

Provisioning Profile for Apple Watch App & Watch Extension

Do I need to create separate bundle identifier & provisioning profile for Apple watch and its extension?

ie My Host app identifier now is com.xxx.myApp with all capability enabled. So do I need to create two more identifier & profile to run my app in apple watch. ie. com.xxx.myApp.watchkitapp & com.xxx.myApp.watchkitapp.watchkitextension

Yes you do. Each extension has it´s own project and each project has a bundle identifier and provisioning profile .

So something like this:

com.xxx.myApp.watchkitapp

com.xxx.myApp.watchkitapp.watchkitextension

If you add another extension you need to add another bundle identifier and provisioning profile .

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