Confusing pop-up permission when using AuthSession in standalone apps.

Hi,

I am using expo AuthSession for social authentication with other providers. Google for example.

on IOS, when I try to sign in, the app asks first for permission with a pop-up. the pop-up message says the following:

“App” Wants to Use “expo.io” to Sign in. This allows the app and website to share information about you.

This is happening on standalone apps on ios, but not on android.

I find this message confusing for the end-user as they expect to login with google and not with expo.io. Is it possible to avoid the pop-up or customize it. Why is this only happening on ios?

Thanks!

Environment

Environment:
OS: macOS 10.14
Node: 8.11.2
Yarn: 1.10.1
npm: 5.6.0
Watchman: Not Found
Xcode: Xcode 10.0 Build version 10A255
Android Studio: 3.1 AI-173.4720617

Packages: (wanted => installed)
expo: ^30.0.1 => 30.0.1
react: 16.3.1 => 16.3.1
react-native: https://github.com/expo/react-native/archive/sdk-30.0.0.tar.gz => 0.55.4

This topic was automatically closed 15 days after the last reply. New replies are no longer allowed.