有没有人能把Adobe Animate CC中的项目放到TestFlight中?每次我构建动画,然后使用应用程序加载器上传时,我都会收到以下错误:
ERROR-ITMS-90017: "This bundle is invalid. The IPA format requires a top-level directory named Playload, containing ona a .app bundle and optional plugins in a Plugins directory".
这个应用程序非常简单。
发布于 2016-09-09 01:09:43
是的,这是可能的。确保您已将以下权利添加到您的应用程序描述符xml...
<Entitlements><![CDATA[
<key>get-task-allow</key><false/>
<key>beta-reports-active</key><true/>
]]></Entitlements>并确保为app Store发布您的应用程序。
https://stackoverflow.com/questions/39381776
复制相似问题