答案 0 :(得分:0)
否-应用剪辑必须随附完整的应用。在Xcode中创建应用片段目标时,它的权利文件中必须包含父应用标识符:
<?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.associated-domains</key>
<array>
<string>appclips:example.com</string>
</array>
<key>com.apple.developer.parent-application-identifiers</key>
<array>
<string>$(AppIdentifierPrefix)com.myparent.app</string>
</array>
</dict>
</plist>
您发布的图像具有适用于所有应用剪辑的布局,您可以在其中为号召性用语按钮提供图像,字幕和文本。卡的显示由系统处理,不能修改以隐藏任何元素。