ios - 如何手动请求 NSPhotoLibraryAddUsageDescription?
<p><p>在IOS中有一个权限<code>NSPhotoLibraryAddUsageDescription</code>
我想在我的应用程序第一次启动时要求它。<br/>
所以我只想检查是否允许并要求它。<br/><br/>
我可以做些什么来强制进行此权限检查?</p></p>
<br><hr><h1><strong>Best Answer-推荐答案</ strong></h1><br>
<p><p>您可以使用 <code>PHPhotoLibrary.requestAuthorization(_:)</code> 请求并使用 <code>PHPhotoLibrary.authorizationStatus</code></p> 检查状态
<p>见:<a href="https://developer.apple.com/documentation/photos/phphotolibrary/1620736-requestauthorization" rel="noreferrer noopener nofollow">Apple docummentation for requestAuthorization</a> </p></p>
<p style="font-size: 20px;">关于ios - 如何手动请求 NSPhotoLibraryAddUsageDescription?,我们在Stack Overflow上找到一个类似的问题:
<a href="https://stackoverflow.com/questions/47698826/" rel="noreferrer noopener nofollow" style="color: red;">
https://stackoverflow.com/questions/47698826/
</a>
</p>
页:
[1]