> For the complete documentation index, see [llms.txt](https://huataihuang.gitbook.io/cloud-atlas-draft/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://huataihuang.gitbook.io/cloud-atlas-draft/develop/ios/fix_verification_required.md).

# 新安装App提示"Verification Required"的解决

每次新安装或更新App之后，首次启动App总是会需要连接Internet并且输入一次App Store密码:

![验证app store](https://github.com/huataihuang/cloud-atlas-draft/tree/6f3204fffc11cf006abd394631e2598d98b415c3/develop/ios/verification-required-app-store-message-ios.jpg)

如果没有Internet连接并验证，则程序无法运行直接关闭。

这是因为启用了[免费软件也要密码安装下载](http://osxdaily.com/2015/05/24/enable-free-downloads-without-password-entry-ios/)，并且支付方式没有设置成None，就会出现上述提示。

要消除上述麻烦，有一种方法是修改支付方法，将支付方法重新调整成None，以避免上述校验。不过，设置步骤有些曲折，详细请参考[How to Fix “Verification Required” for Apps Downloads on iPhone and iPad](http://osxdaily.com/2018/03/18/fix-verification-required-app-store-message-ios/)

## 参考

* [How to Fix “Verification Required” for Apps Downloads on iPhone and iPad](http://osxdaily.com/2018/03/18/fix-verification-required-app-store-message-ios/)
