为什么SFAuthenticationSession同意警报显示Xcode项目名称而不是App名称?

fl0*_*034 5 ios ios11 sfauthenticationsession

我正在使用SFAuthenticationSession身份验证通过OAuth2.

用户必须同意的同意将以下消息显示为警报:

"[Xcode-Project-Name]"想要使用"[Server-URL]"登录.这允许应用和网站共享有关您的信息.

为什么不提及应用程序显示名称?

它是App Store提交后的App名称吗?

Vla*_*rov 2

SFAuthenticationSession 也使用 App Store 应用程序的产品名称。它在 iOS 12 中已被弃用,取而代之的是新的 ASWebAuthenticationSession。我们希望它能够修复为使用应用程序显示名称。