Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Testers cannot sign into App Distribution SDK, sent to apps list #10772

Closed
lfkellogg opened this issue Feb 2, 2023 · 1 comment
Closed

Testers cannot sign into App Distribution SDK, sent to apps list #10772

lfkellogg opened this issue Feb 2, 2023 · 1 comment
Assignees

Comments

@lfkellogg
Copy link
Contributor

Description

Expected: when signing into the SDK, are sent to the App Distribution sign in splash screen. After signing in, they are shown a success message and redirected back to the app.

Actual: when signing into the SDK, testers are immediately shown a Google sign in screen. After signing in, they are shown their list of apps in the main App Distribution web tester experience (https://appdistribution.firebase.google.com/testerapps). When they exit this page and reenter the app, they are not signed in and will not receive app updates.

Reproducing the issue

  1. Sign out of the SDK if already signed in, or clear app data
  2. Try to sign into the SDK
  3. See above for unexpected behavior

Firebase SDK Version

10.1.0 - 10.5.0

Xcode Version

14.2

Installation Method

Swift Package Manager

Firebase Product(s)

App Distribution

Targeted Platforms

iOS

Relevant Log Output

2023-02-02 16:24:48.380191-0500 MyAppName[96468:7899617] 10.1.0 - [FirebaseAppDistribution][I-FAD000000] Registration URL: https://appdistribution.firebase.dev/pub/testerapps/{app-id}/installations/{installation-id}/buildalerts?appName=MyAppName
2023-02-02 16:24:48.380522-0500 MyAppName[96468:7899617] 10.1.0 - [FirebaseAppDistribution][I-FAD000000] Callback URL: appdistribution-{app-id}
2023-02-02 16:24:51.860045-0500 MyAppName[96468:7899343] [SceneConfiguration] Info.plist contained no UIScene configuration dictionary (looking for configuration named "(no name)")
2023-02-02 16:25:00.136614-0500 MyAppName[96468:7899618] 10.1.0 - [FirebaseAppDistribution][I-FAD000000] Failed to complete App Distribution registration flow. Auth type - ASWebAuthenticationSession, Error - com.apple.AuthenticationServices.WebAuthenticationSession: 1. Details - The operation couldn’t be completed. (com.apple.AuthenticationServices.WebAuthenticationSession error 1.)
2023-02-02 16:25:00.137403-0500 MyAppName[96468:7899618] 10.1.0 - [FirebaseAppDistribution][I-FAD000000] Tester sign in complete.

If using Swift Package Manager, the project's Package.resolved

N/A

If using CocoaPods, the project's Podfile.lock

N/A

@lfkellogg
Copy link
Contributor Author

This has been fixed in the backend using a redirect, so barring any caching issues this should be resolved for all SDK versions. #10773 updates the URL in the SDK.

@firebase firebase locked and limited conversation to collaborators Mar 6, 2023
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

1 participant