Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
您知道如何使用 Phonegap/Cordova 检查 iOS 中是否允许访问照片吗?我正在使用 FilterImage 插件,当将照片保存到照片库时,无法检查是否允许访问照片。我想在设备设置中禁用访问照片时向用户显示一条消息。谢谢你。
SDK 不提供直接检查特定权限的方法,但您可以通过检查 Graph API 中用户对象的权限连接来检查用户是否已授予您的应用程序权限
[facebook requestWithGraphPath:@"me/permissions" andDelegate:self];
或获取https://graph.facebook.com/me/permissions