1、在填写发布信息时,有一个App审核信息的演示账户,如果你的app中需要用户登录,或者需要相关的操作权限才能进入,请在这里填写你的相关帐号信息,并对相关信息进行说明。
2、提交应用到app store之前,确认下面几个配置,不然回报error itms-90086的错误
Make sure that for BOTH:
- Project --> Build Settings --> Architectures
AND:
- Targets --> Build Settings --> Architectures
You have the following 4 things:
Architectures
set toStandard architectures (armv7, arm64) - $(ARCHS_STANDARD)
Base SDK
set to some iOS8 SDK, for exampleLatest iOS (iOS 8.3)
oriOS 8.3
Build Active Architecture Only
-->Release
set toNo
Valid Architectures
set toarm64 armv7 armv7s
You will then no longer get the ERROR ITMS-90086