我正在使用AppAuth (0.95)在我的IOS应用程序上访问谷歌邮件。在重定向到google登录之前,我收到一条警告消息。
'Appname' wants to use google.com to sign in. This allows the app and website to share information about you

看起来Appname是应用的捆绑包名称。是否可以将其更改为应用程序的显示名称。或者根本没有警报?
发布于 2018-11-21 03:32:45
警告对话框是使用SFAuthenticationSession的结果。它不能被编辑或绕过。除非重命名项目
https://stackoverflow.com/questions/53385616
复制相似问题