Flash videos in WebView not working in sandboxed app

非 Y 不嫁゛ 提交于 2019-12-01 14:42:52

figured out how to fix it...

go to your entitlements and add:

KEY:  com.apple.security.temporary-exception.mach-lookup.global-name    TYPE:Array

then add a string to the array with the value:

com.apple.WebKit.PluginAgent

This sets a temporary exception each time the application is run, giving the app permission to run the PluginAgent.

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!