App Clip設(shè)置Parent Application Identifiers Entitlement

創(chuàng)建App Clip時(shí),Xcode會(huì)為你創(chuàng)建Parent Application Identifiers Entitlement,它是key為com.apple.developer.parent-application-identifiers, 值的類型為字符串?dāng)?shù)組。例如:

<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0">
<dict>
    <key>com.apple.developer.parent-application-identifiers</key>
    <array>
        <string>$(AppIdentifierPrefix)com.example.apple-samplecode.fruta</string>
    </array>
</dict>
</plist>

或者


9.png

由于一個(gè)App Clip總是只會(huì)對(duì)應(yīng)一個(gè)主應(yīng)用,所以要確保com.apple.developer.parent-application-identifiers的值只有一個(gè),并且是$(AppIdentifierPrefix)加主應(yīng)用的Bundle Identifier。

如果遇到Could not install at this time. Application identifier of the parent app, "(AppIdentifierPrefix)com.test.app", is not a prefix of the application identifier of the app clip, "(AppIdentifierPrefix)com.example.apple-samplecode.fruta.Clip"這樣的問(wèn)題,這里是因?yàn)镻arent Application Identifiers Entitlement和你的App Clip的Bundle Identifier的前綴不一致。修改為相同主應(yīng)用的Bundle Identifier即可。

?著作權(quán)歸作者所有,轉(zhuǎn)載或內(nèi)容合作請(qǐng)聯(lián)系作者
【社區(qū)內(nèi)容提示】社區(qū)部分內(nèi)容疑似由AI輔助生成,瀏覽時(shí)請(qǐng)結(jié)合常識(shí)與多方信息審慎甄別。
平臺(tái)聲明:文章內(nèi)容(如有圖片或視頻亦包括在內(nèi))由作者上傳并發(fā)布,文章內(nèi)容僅代表作者本人觀點(diǎn),簡(jiǎn)書(shū)系信息發(fā)布平臺(tái),僅提供信息存儲(chǔ)服務(wù)。

相關(guān)閱讀更多精彩內(nèi)容

友情鏈接更多精彩內(nèi)容