如何在IOS中删除警告_setAlwaysRunsAtForegroundPriority?
Always found this warning when I am trying to release my app to app store. Can any one have experienced of it please help
答案 0 :(得分:2)
根据我的经验,这是一个警告,如果您要解决此警告,则仍可以忽略它,您需要将 webview插件更新到最新版本,这将删除上面的警告。
执行以下步骤:
cordova plugin rm cordova-plugin-ionic-webview
cordova plugin add cordova-plugin-ionic-webview@latest
将安装最新版本的WebView插件,之后,您将不会收到上述警告。
Ref Link of this warning reported
希望这会有所帮助!