ios - 使用未声明的标识符 UIApplicationOpenSettingsURLString
<p><p>我正在编写一个 Unity 插件(在设备中打开设置)。</p>
<pre><code>extern "C"
{
void _OpenSettings()
{
[ openURL:];
}
}
</code></pre>
<p>但是我在 XCode 5.1.1 中遇到了这个错误:</p>
<pre><code>use of undeclared identifier UIApplicationOpenSettingsURLString
</code></pre>
<p>我不知道为什么。</p></p>
<br><hr><h1><strong>Best Answer-推荐答案</ strong></h1><br>
<p><p><code>UIApplicationOpenSettingsURLString</code> 是在 iOS 8 中添加的,因此您无法在 iOS 7 中使用它。在 iOS 7 中无法启动应用程序的设置应用程序部分。</p>
<p>升级到 Xcode 6 和 iOS 8。</p></p>
<p style="font-size: 20px;">关于ios - 使用未声明的标识符 UIApplicationOpenSettingsURLString,我们在Stack Overflow上找到一个类似的问题:
<a href="https://stackoverflow.com/questions/28144930/" rel="noreferrer noopener nofollow" style="color: red;">
https://stackoverflow.com/questions/28144930/
</a>
</p>
页:
[1]