xcode iOS 应用元数据被拒绝:MFi 认证 PPID #
声明:本页面是StackOverFlow热门问题的中英对照翻译,遵循CC BY-SA 4.0协议,如果您需要使用它,必须同样遵循CC BY-SA许可,注明原文地址和作者信息,同时你必须将它归于原作者(不是我):StackOverFlow
原文地址: http://stackoverflow.com/questions/10593303/
Warning: these are provided under cc-by-sa 4.0 license. You are free to use/share it, But you must attribute it to the original authors (not me):
StackOverFlow
iOS App Metadata Rejected: MFi Certification PPID #
提问by T.D
My iOS app has been rejected and I got the following message from Apple:
我的 iOS 应用程序被拒绝,我从 Apple 收到以下消息:
.......
......
Reasons for Rejection: MFI Issue
拒绝原因:小额信贷机构问题
We started your review but cannot continue because we cannot locate your MFi Certificate PPID #.
我们已开始您的审核,但无法继续,因为我们找不到您的 MFi 证书 PPID #。
Please go to Manage Your Applications in iTunes Connect and edit your metadata to provide the MFi Certificate PPID # in the Review Notes. Once you've added this information, click "Save," then "Submit New Metadata" and we can proceed with your review.
请转到在 iTunes Connect 中管理您的应用程序并编辑您的元数据以在审核说明中提供 MFi 证书 PPID #。添加此信息后,点击“保存”,然后点击“提交新元数据”,我们就可以继续进行审核。
......
......
What is an MFi Certificate PPID#? Where/how do I get one for my app?
什么是 MFi 证书 PPID#?我在哪里/如何为我的应用程序获取一个?
I submitted the same app (older revisions) three times before but didn't get this kind of message. Why I am getting this now? The last revision I submitted successfully was on Feb. 12, 2012. Has Apple added more requirements since then?
我之前提交了 3 次相同的应用程序(旧版本),但没有收到此类消息。为什么我现在得到这个?我最后一次成功提交的修订是在 2012 年 2 月 12 日。从那时起,Apple 是否增加了更多要求?
Thanks, -Teddy
谢谢,-泰迪
回答by Jim
Your Product Plan ID. You should be able to find this in the MFi portal. They are asking about the physical accessory your application interfaces with.
您的产品计划 ID。您应该能够在 MFi 门户中找到它。他们询问您的应用程序所连接的物理附件。
回答by karim
I came here when searching for a solution of my own problem. If you are using any kind third party library and hardware accessories in your project, you can get this message.
我是在寻找解决自己问题的方法时来到这里的。如果您在项目中使用任何类型的第三方库和硬件附件,您会收到此消息。
To avoid this issues, you can remove all the libs that are not necessary to the project. In the info.plist remove External Accessory properties, from the link library build phase remove ExternalAccessor lib.
为避免此问题,您可以删除项目不需要的所有库。在 info.plist 中删除 External Accessory 属性,从链接库构建阶段中删除 ExternalAccessor lib。
Or, you can collect the MFiD PPID from the hardware vendor.
或者,您可以从硬件供应商处收集 MFiD PPID。