简体   繁体   中英

Distribute an iOS 8 app with extension

I am stuck at this. Can anyone gives me a pointer or URL to a help site on this?

Like there are now 2 bundle ID (one for app, one for the extension), which should I choose when I create an app entry in iTunes Connect? Should I create a special distribution provision profile for it?

The normal distribution profile will gives me error like these when I upload:

在此处输入图片说明

I have read through the App Distribution web site ( https://developer.apple.com/library/ios/documentation/IDEs/Conceptual/AppDistributionGuide/Introduction/Introduction.html#//apple_ref/doc/uid/TP40012582-CH1-SW1 ) and cannot figure out how to add the entitlements in distribution profile.

You need to create one provisioning profile for one target. The host app and its extensions are considered separate targets.

You can just tap on the target in Xcode.

You can't do entitlement to distribution profile. They are added to the app.

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