Skip to content

Commit 282d362

Browse files
authored
Use new URL for registering installation ID. Avoids a redirect by SCS. (#10365)
1 parent bb4c638 commit 282d362

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

FirebaseAppDistribution/Sources/FIRAppDistribution.m

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -148,7 +148,7 @@ - (void)signInTesterWithCompletion:(void (^)(NSError *_Nullable error))completio
148148
}
149149

150150
NSString *requestURL = [NSString
151-
stringWithFormat:@"https://appdistribution.firebase.dev/nba/pub/apps/%@/"
151+
stringWithFormat:@"https://appdistribution.firebase.dev/pub/testerapps/%@/"
152152
@"installations/%@/buildalerts?appName=%@",
153153
[[FIRApp defaultApp] options].googleAppID, identifier, [self getAppName]];
154154

0 commit comments

Comments
 (0)